dynamicweb/.gitignore

46 lines
336 B
Text
Raw Permalink Normal View History

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