1- # Created by https://www.gitignore.io/api/re,node,webstorm,xcode
2-
3- # !! ERROR: re is undefined. Use list command to see defined gitignore types !!#
4-
5- # ## Node ###
6- # Logs
7- logs
8- * .log
9- npm-debug.log *
10-
11- # Runtime data
12- pids
13- * .pid
14- * .seed
15- * .pid.lock
16-
17- # Directory for instrumented libs generated by jscoverage/JSCover
18- lib-cov
19-
20- # Coverage directory used by tools like istanbul
21- coverage
22-
23- # nyc test coverage
24- .nyc_output
25-
26- # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27- .grunt
28-
29- # node-waf configuration
30- .lock-wscript
31-
32- # Compiled binary addons (http://nodejs.org/api/addons.html)
33- build /Release
34-
35- # Dependency directories
36- node_modules
37- jspm_packages
38-
39- # Optional npm cache directory
40- .npm
41-
42- # Optional eslint cache
43- .eslintcache
44-
45- # Optional REPL history
46- .node_repl_history
47-
48- # Output of 'npm pack'
49- * .tgz
50-
51- # Yarn Integrity file
52- .yarn-integrity
53-
541
2+ # Created by https://www.gitignore.io/api/webstorm,xcode,node
553
564# ## WebStorm ###
575# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
@@ -102,9 +50,18 @@ fabric.properties
10250
10351# *.iml
10452# modules.xml
105- # .idea/misc.xml
53+ # .idea/misc.xml
10654# *.ipr
10755
56+ # ## Intellij+iml Patch ###
57+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
58+
59+ * .iml
60+ modules.xml
61+ .idea /misc.xml
62+ * .ipr
63+
64+ # End of https://www.gitignore.io/api/webstorm,intellij+iml
10865
10966# ## Xcode ###
11067# Xcode
@@ -129,4 +86,58 @@ xcuserdata/
12986# # Other
13087* .moved-aside
13188* .xccheckout
132- * .xcscmblueprint
89+ * .xcscmblueprint
90+
91+
92+ # ## Node ###
93+ # Logs
94+ logs
95+ * .log
96+ npm-debug.log *
97+
98+ # Runtime data
99+ pids
100+ * .pid
101+ * .seed
102+ * .pid.lock
103+
104+ # Directory for instrumented libs generated by jscoverage/JSCover
105+ lib-cov
106+
107+ # Coverage directory used by tools like istanbul
108+ coverage
109+
110+ # nyc test coverage
111+ .nyc_output
112+
113+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
114+ .grunt
115+
116+ # node-waf configuration
117+ .lock-wscript
118+
119+ # Compiled binary addons (http://nodejs.org/api/addons.html)
120+ build /Release
121+
122+ # Dependency directories
123+ node_modules
124+ jspm_packages
125+
126+ # Optional npm cache directory
127+ .npm
128+
129+ # Optional eslint cache
130+ .eslintcache
131+
132+ # Optional REPL history
133+ .node_repl_history
134+
135+ # Output of 'npm pack'
136+ * .tgz
137+
138+ # Yarn Integrity file
139+ .yarn-integrity
140+
141+ # ## Custom ###
142+ Example
143+ docs
0 commit comments