Skip to content

Commit 18361c6

Browse files
author
Larry Gouger
committed
added .slcache and .sha1 on zip file
1 parent 1bbe0f8 commit 18361c6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Eclipse
2+
.classpath
3+
.project
4+
.gradle
5+
.slcache
6+
build/
7+
.settings/
8+
target-eclipse/
9+
10+
# Intellij
11+
.idea/
12+
*.iml
13+
*.iws
14+
15+
*.log
16+
test/reports
17+
target
18+
/docs
19+
.DS_Store
20+
plugin.xml
21+
*.zip
22+
*.zip.sha1
23+
web-app
24+
*~

0 commit comments

Comments
 (0)