gitignore_global (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
## IDE ## .vscode/* .idea/* ## OS: Linux, Windows, Mac OS X ## .directory .Trash-* Thumbs.db ehthumbs.db *.stackdump [Dd]esktop.ini .DS_Store ## Python files ## __pycache__ venv env *.py[cod] dist/ ## Golang ## /Godeps/ *.out ## JS/TS ## npm-debug.log* yarn-debug.log* yarn-error.log* node_modules/ jspm_packages/ typings/ .npm dist/ ## db ## db.sqlite3 db.db ## DotEnv ## .env .dotenv .env.sh |