MonarcAppFO/.gitignore

25 lines
276 B
Plaintext
Raw Permalink Normal View History

2016-04-12 14:39:18 +02:00
._*
.buildpath
.DS_Store
.idea
.project
.settings
2020-07-27 11:15:18 +02:00
*.cache
2016-04-12 14:39:18 +02:00
migrations
2020-07-03 15:38:25 +02:00
!tests/migrations
2017-08-18 09:49:01 +02:00
vagrant/.vagrant/
vagrant/*.log
2016-04-13 17:03:50 +02:00
vendor/
public/css/
public/js/
public/img/
2018-04-18 10:04:27 +02:00
public/flags/
2016-04-13 17:03:50 +02:00
public/views/
scripts/public
2016-04-13 17:03:50 +02:00
module/
2018-04-18 10:04:27 +02:00
npm-debug.log
2016-04-13 17:03:50 +02:00
node_modules/
2016-09-19 13:18:42 +02:00
bin/
data/*
.docker/mariaDb/data/*