Skip to content

Commit

Permalink
Add project files
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Jul 17, 2015
1 parent b793ac6 commit 7deb73a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
@@ -0,0 +1,42 @@

# Junk that could exist anywhere:
.DS_Store
*.swp
*.tmp
.*.gz
*.patch
*~

# Temporary files created by Eclipse
.tmp*

# Editor junk
*.project
/.pydevproject
/.settings/
/.settings.xml
/.settings.xml.old
/.idea/
*.iws
*.ids
*.iml
*.ipr

# Build Files
/build/
/release/
*.graphml
*.xpi

# Files from NPM
/node_modules/

# Extensions
/firebug@software.joehewitt.com

bootstrap.js
install.rdf

# Bash
*.sh
*.bat
17 changes: 17 additions & 0 deletions .jpmignore
@@ -0,0 +1,17 @@
# Doc Files
/docs/

# Test Files
/test/

# GIT
/.git/

# Other files
.gitignore
.jpmignore
.jshintrc
.project

# Existing packages
*.xpi
5 changes: 5 additions & 0 deletions .jshintrc
@@ -0,0 +1,5 @@
{
"esnext": "true",
"predef": [ "require", "exports", "module" ],
"curly": "true"
}

0 comments on commit 7deb73a

Please sign in to comment.