Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 2e01385

Browse files
committed
Add .jpmignore to the project
1 parent f0c3130 commit 2e01385

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.jpmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Doc Files
2+
/docs/
3+
4+
# Test Files
5+
/test/
6+
7+
# GIT
8+
/.git/
9+
10+
# Other files
11+
.gitignore
12+
.jpmignore
13+
.jshintrc
14+
.project
15+
16+
# Existing packages
17+
*.xpi

0 commit comments

Comments
 (0)