all repos

dotfiles @ 99cc99c7d44dd1d6b40eee0ae9dfe16eb1d5a2ce

i use rach linux btw

dotfiles/gitignore_global (view raw)

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