Skip to content

Commit 0250038

Browse files
committed
chore(gitignore): add .idea to gitignore
Add `/.idea` to the `.gitignore` under a section "IDEs and editors". Without this, WebStorm WebStorm / IntelliJ will keep prompting you if you want to add project files to git and also show them as "unrevisioned files" in the "Local changes" view.
1 parent 489d2ba commit 0250038

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

addon/ng2/blueprints/ng2/files/gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@
88
/node_modules
99
/bower_components
1010

11+
# IDEs and editors
12+
/.idea
13+
1114
# misc
1215
/.sass-cache
1316
/connect.lock
1417
/coverage/*
1518
/libpeerconnection.log
1619
npm-debug.log
17-
testem.log
20+
testem.log

0 commit comments

Comments
 (0)