Fix: added .gitignore
This commit is contained in:
parent
ecafa547ab
commit
55637c44a9
40
php_code/.gitignore
vendored
Normal file
40
php_code/.gitignore
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
|
||||
.DS_Store
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
|
||||
|
||||
|
||||
/vendor
|
||||
/node_modules
|
||||
/public/hot
|
||||
/public/storage
|
||||
/storage
|
||||
/bootstrap/cache
|
||||
/.env
|
||||
.env.backup
|
||||
.phpunit.result.cache
|
||||
Homestead.yaml
|
||||
Homestead.json
|
||||
/.vagrant
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
.idea
|
||||
.vscode
|
||||
Loading…
x
Reference in New Issue
Block a user