We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589c09e commit 2f81a0bCopy full SHA for 2f81a0b
.gitignore
@@ -7,6 +7,7 @@ node_modules
7
bower_components
8
.DS_Store
9
*~
10
+.*
11
12
# webstorm files
13
.idea
.npmignore
@@ -1,6 +1,11 @@
1
# Any hidden files
2
**/.*
3
4
+# Jetbrains files
5
+*.ipr
6
+*.iws
+*.iml
+
# Build related stuff
/build
/config
0 commit comments