/ .gitignore
.gitignore
1 # Racket compiled files 2 compiled/ 3 4 # common backups, autosaves, lock files, OS meta-files 5 *~ 6 \#* 7 .#* 8 .DS_Store 9 *.bak 10 TAGS
1 # Racket compiled files 2 compiled/ 3 4 # common backups, autosaves, lock files, OS meta-files 5 *~ 6 \#* 7 .#* 8 .DS_Store 9 *.bak 10 TAGS