-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
33 lines (30 loc) · 870 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
# Racket specific #
######################
# The "build" and "bundle" directories are used when creating installers
# via the `server', `client', and/or `farm' maefile targets.
/build/
/bundle/
# It's common to configure the PLTADDONDIR to be here.
/add-on/
# Everything below makes sense on any package repository, so it's
# stuff that should be put into each such repository. The same holds
# for ".mailmap" (which some people can decide if they want to thin it
# out or not include it) and for ".gitattributes" (which is probably
# irrelevant except maybe for the core repo).
compiled/
# OS generated files #
# common backups, autosaves, lock files, OS meta-files #
########################################################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
/.project
*~
\#*
.#*
*.bak
TAGS