34 lines
503 B
Plaintext
34 lines
503 B
Plaintext
nbproject
|
|
._*
|
|
.buildpath
|
|
.DS_Store
|
|
.idea
|
|
.project
|
|
.settings
|
|
*.cache
|
|
migrations
|
|
!tests/migrations
|
|
*.sublime-*
|
|
vagrant/.vagrant/
|
|
vagrant/*.log
|
|
vendor/
|
|
public/css/
|
|
public/js/
|
|
public/img/
|
|
public/flags/
|
|
public/views/
|
|
scripts/public
|
|
module/
|
|
npm-debug.log
|
|
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/*
|