add gitignore
parent
1c7d8e0b2e
commit
bd7ae34517
@ -0,0 +1,20 @@
|
||||
# for Racket
|
||||
compiled/
|
||||
|
||||
# for pollen
|
||||
pollen-cache/
|
||||
*.html
|
||||
|
||||
|
||||
# for Mac OS X
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
Icon
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear on external disk
|
||||
.Spotlight-V100
|
||||
.Trashes
|
Reference in New Issue