dotfiles/gitignore_global
Smirnov Olexandr 68604c9c6a Update
2020-09-21 17:48:59 +03:00

42 lines
400 B
Text

## 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