csrf error solve. try 4
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker
|
||||
docker
|
||||
|
||||
# Symfony
|
||||
var/cache/*
|
||||
var/log/*
|
||||
var/sessions/*
|
||||
!var/cache/.gitkeep
|
||||
!var/log/.gitkeep
|
||||
!var/sessions/.gitkeep
|
||||
|
||||
# Node
|
||||
node_modules
|
||||
npm-debug.log
|
||||
|
||||
# Other
|
||||
.env.local
|
||||
.env.local.php
|
||||
.env.dev.local
|
||||
.env.test.local
|
||||
.env.prod.local
|
||||
vendor
|
||||
public/build
|
||||
Reference in New Issue
Block a user