-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
61 lines (52 loc) · 774 Bytes
/
.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Created by https://www.toptal.com/developers/gitignore/api/react,sass,archives
# Edit at https://www.toptal.com/developers/gitignore?templates=react,sass,archives
### Archives ###
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.txt
*.7z
*.jar
*.rar
*.zip
*.gz
*.gzip
*.tgz
*.bzip
*.bzip2
*.bz2
*.xz
*.lzma
*.cab
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
*.txz
### react ###
.DS_*
*.log
logs
**/*.backup.*
**/*.back.*
node_modules
bower_components
*.sublime*
psd
thumb
sketch
### Sass ###
.sass-cache/
*.css.map
*.sass.map
*.scss.map
# End of https://www.toptal.com/developers/gitignore/api/react,sass,archives