about summary refs log tree commit diff
path: root/.gitignore
blob: 112daa3772701a55e983791b4d5a4142506f2b08 (plain)
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
# image
*.png
*.jpeg
*.jpg
*.gif
*.nef
*.webp

# leave my fonts out of it
*.ttf
*.woff
*.woff2

# video
*.mp4

# program archives
*.tar.gz
*.zip

# macos please
.DS_Store

# don't check in the autogenerate atom's
atom.xml

# except we DO want the template
!/support/atom.xml