dynamicweb/.gitignore

46 lines
336 B
Plaintext
Raw Permalink Normal View History

db.sqlite3
*.pyc
*.DS_Store
build/
*.egg_info
#editors && utilites.
*.swp
*~
__pycache__/
.ropeproject/
#django
local_settings.py
2015-05-21 04:47:11 +00:00
2016-05-08 17:58:37 +00:00
media/
2015-05-21 04:47:11 +00:00
!media/keep
2015-08-27 16:28:25 +00:00
/CACHE/
/static/
2015-06-09 05:03:13 +00:00
\#*#
.\#*
*~
2015-06-13 15:36:03 +00:00
secret-key
2015-09-14 12:19:04 +00:00
node_modules/
2015-09-14 12:43:30 +00:00
*.db
2015-09-14 12:19:04 +00:00
ungleich.db
*~*
2015-06-13 15:36:03 +00:00
secret-key
2016-04-13 05:50:11 +00:00
*.psd
.idea/
.env
2017-06-14 10:52:40 +00:00
*.mo
2017-08-18 21:12:50 +00:00
*.log
2017-09-27 11:13:16 +00:00
*.sql
2018-02-08 13:40:37 +00:00
2018-02-08 14:13:43 +00:00
/utils/optimize/
2018-02-08 14:13:13 +00:00
2018-02-08 13:40:37 +00:00
# to keep empty dirs
2018-04-15 21:23:42 +00:00
!.gitkeep
*.orig