2020-04-07 22:25:12 +02:00
|
|
|
# global gitignore
|
2020-02-18 19:47:43 +01:00
|
|
|
# ______________________________
|
|
|
|
|
2020-04-07 22:25:12 +02:00
|
|
|
# general
|
|
|
|
.idea/
|
|
|
|
log/
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# node
|
2020-02-18 19:47:43 +01:00
|
|
|
npm-debug.log
|
|
|
|
node_modules
|
|
|
|
|
2020-04-07 22:25:12 +02:00
|
|
|
# python
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# folder view
|
2020-02-18 19:47:43 +01:00
|
|
|
.DS_Store
|
2020-04-07 22:25:12 +02:00
|
|
|
Desktop.ini
|
2020-02-18 19:47:43 +01:00
|
|
|
|
2020-04-07 22:25:12 +02:00
|
|
|
# thumbnail cache
|
2020-02-18 19:47:43 +01:00
|
|
|
Thumbs.db
|
|
|
|
|
2020-04-07 22:25:12 +02:00
|
|
|
# temp files
|
2020-02-18 20:15:16 +01:00
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*~
|
|
|
|
|