mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
42 lines
400 B
Text
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
|