engelsystem/.gitignore

46 lines
556 B
Plaintext
Raw Normal View History

2017-01-01 05:25:43 +01:00
# Generic cache files
*~
.~*
*.tmp
*.temp
*.DS_Store
.*.swp
*.out
*.cache
2017-01-01 05:25:43 +01:00
Thumbs.db
2012-04-17 14:14:37 +02:00
.project
2012-10-15 14:49:48 +02:00
.buildpath
2013-06-22 13:07:55 +02:00
.settings
2012-12-26 20:41:11 +01:00
_vimrc_local.vim
2014-08-23 14:35:11 +02:00
.sass-cache
2017-01-01 05:25:43 +01:00
2017-08-31 17:30:54 +02:00
# PHPstorm files
2017-01-01 05:25:43 +01:00
/.idea/
2017-08-31 17:30:54 +02:00
/.phpstorm.meta.php
2017-01-01 05:25:43 +01:00
2019-10-14 23:36:26 +02:00
# Docker .env files
/docker/.env
/docker/deployment.env
2019-10-14 23:36:26 +02:00
/docker/dev/.env
/docker/dev/deployment.env
2019-10-14 23:36:26 +02:00
2017-01-01 05:25:43 +01:00
# Project files
/config/config.php
/config/lang/
2023-01-31 15:20:09 +01:00
/public/*.xml
/public/coverage
2023-01-31 15:20:09 +01:00
/test/coverage
/coverage
/unittests.xml
/resources/lang/*/*.mo
# Composer files
/vendor/
2018-01-03 01:19:31 +01:00
# Frontend files
/node_modules
/public/assets
/package-lock.json
/yarn-error.log
2023-01-29 17:02:53 +01:00
/.yarn-cache