Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manifestinteractive committed May 7, 2012
1 parent 1d90dd6 commit bfea1e1
Show file tree
Hide file tree
Showing 15 changed files with 1,915 additions and 2 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
############################################
## Generic System Ignores
syntax: glob

!.gitignore
# build directories and files
#hg syntax
target/**.*
#git syntax
target/
dist/**.*
**/build/*
build/*
*.pyc
# Maven
release.properties
#Eclipse
.settings/*.**
.classpath
.project
# Netbeans
nb-configuration.xml
nbactions.xml
# Backup files left behind by the Emacs editor.
*~
# Lock files used by the Emacs editor.
.\#*
# Temporary files used by TestMate
._*
# XCode user data
**.pbxuser
**.mode?v?
**.perspectivev?
# documentation
**.docset/*
# for those crazies using svn and hg at the same time
*.svn*
# Random OS stuff
.DS_Store
Thumbs.db
# temporary folders
syntax: regexp
.*/te?mp/.*
# Temporary files used by the vim editor.
.*.swp
/nbproject/private/
/nbproject/
Loading

0 comments on commit bfea1e1

Please sign in to comment.