Skip to content

Commit 021415b

Browse files
committed
intellij files are ignored
1 parent b5dc92f commit 021415b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.gitignore

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
*.class
2-
3-
# Mobile Tools for Java (J2ME)
4-
.mtj.tmp/
5-
6-
# Package Files #
7-
*.jar
8-
*.war
9-
*.ear
10-
11-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12-
hs_err_pid*
1+
node_modules
2+
dist
3+
.tmp
4+
.sass-cache
5+
bower_components
6+
.idea/
7+
whatami.iml

0 commit comments

Comments
 (0)