Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Commit caac45f

Browse files
committed
Add IDEA files to gitignore
Required to prevent NPM from including these files in the package.
1 parent 727c6d7 commit caac45f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ build/Release
2525
# Dependency directory
2626
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
2727
node_modules
28+
29+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
30+
*.iml
31+
32+
## Directory-based project format:
33+
.idea/

0 commit comments

Comments
 (0)