aboutsummaryrefslogtreecommitdiff
path: root/files/.gitignore
blob: 9e0e276f50653339a8d1d2770fb924848a84cc80 (plain) (blame)
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
# General
*~
*.swp
tags
.tags
.envrc
.env

# Eclipse project files
.classpath
.project
.settings

# Idea project files
.idea

# SASS
.sass-cache

# Python
*.pyc
__pycache__

# Infinitest
infinitest.filters
infinitest.args

# NPM
package-lock.json

# Archives
*.tar
*.gz
*.bz2
*.jar
*.rar
*.xz
*.zip
*.7z