- added assets_shared submodule - added support for grunt - cleanup of layout.html
38 lines
371 B
Plaintext
38 lines
371 B
Plaintext
# generic files to ignore
|
|
.*
|
|
|
|
# python temp paths
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# editors
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
*#
|
|
*.bak
|
|
|
|
# ms-windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# OSX
|
|
.DS_storage
|
|
|
|
# local patches
|
|
/*.patch
|
|
/*.diff
|
|
|
|
# Buildbot specific files
|
|
http.log
|
|
master_private.py
|
|
twistd.log
|
|
linux_glibc211_x86_64_scons/
|
|
gitpoller-work/
|
|
node_modules/
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.pid
|
|
*.map
|