Removed the .gitignore files as they are dropped by the cache cleanup.

pull/475/head
Ruslan Baidan 2023-01-26 19:15:48 +01:00
parent 79fc6467f3
commit f5b6c8b734
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
4 changed files with 0 additions and 8 deletions

8
.gitignore vendored
View File

@ -1,4 +1,3 @@
nbproject
._*
.buildpath
.DS_Store
@ -8,7 +7,6 @@ nbproject
*.cache
migrations
!tests/migrations
*.sublime-*
vagrant/.vagrant/
vagrant/*.log
vendor/
@ -24,10 +22,4 @@ node_modules/
bin/
!data/import/files/.gitkeep
data/import/files/*
!data/cache/.gitkeep
data/cache/*
!data/DoctrineORMModule/Proxy/.gitkeep
data/DoctrineORMModule/Proxy/*
!data/LazyServices/Proxy/.gitkeep
data/LazyServices/Proxy/*
.docker/mariaDb/data/*

0
data/cache/.gitkeep vendored
View File