-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
43 lines (36 loc) · 1.09 KB
/
.gitignore
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
###################################################################### macOS ##
.DS_Store* # folder metadata
Icon # custom finder icon (see: https://stackoverflow.com/a/21111738/579167)
thumbs.db # thumbnail preview cache
._* # thumbnails
##################################################################### common ##
tmp
logs
*.log
pids
*.pid
*.pid.lock
*.seed
*.csv
*.dat
*.out
*.env # dotenv / autoenv config
*.gz # gzip file
######################################################################## vim ##
Session.vim # session file
####################################################################### node ##
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm # npm cache directory
.eslintcache # esling cache directory
.yarn-integrity # yarn integrity check cache
.esm-cache # @std/esm module cache
######################################################################### js ##
*.js.map
####################################################################### sass ##
.sass-cache/
######################################################################## css ##
*.css.map # source maps