Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mimetaur/6553d58f5ff238f70657d1593d56a6cd to your computer and use it in GitHub Desktop.
Save mimetaur/6553d58f5ff238f70657d1593d56a6cd to your computer and use it in GitHub Desktop.
My .gitignore for Processing.org projects
#################################
# 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