-
-
Save mimetaur/6553d58f5ff238f70657d1593d56a6cd to your computer and use it in GitHub Desktop.
My .gitignore for Processing.org projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################# | |
# Java generated files # | |
################################# | |
*.class | |
*.java | |
# Package Files # | |
*.jar | |
*.war | |
*.ear | |
################################# | |
# OS generated files # | |
################################# | |
.DS_Store | |
.DS_Store? | |
._* | |
.Spotlight-V100 | |
.Trashes | |
################################# | |
# Processing files # | |
################################# | |
sketch.properties | |
applet | |
application.macosx | |
build-tmp/ | |
web-export/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment