Skip to content

Commit 54ed4f0

Browse files
committed
Add standard .gitignore file.
1 parent 135e357 commit 54ed4f0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)