1+ # Logs
2+ logs
3+ * .log
4+ npm-debug.log *
5+ yarn-debug.log *
6+ yarn-error.log *
7+ .DS_Store
8+ dist
9+ .env
10+ .idea
11+ documentation
12+ junit.xml
13+
14+ # Runtime data
15+ pids
16+ * .pid
17+ * .seed
18+ * .pid.lock
19+
20+ # Directory for instrumented libs generated by jscoverage/JSCover
21+ lib-cov
22+
23+ # Coverage directory used by tools like istanbul
24+ coverage
25+
26+ # nyc test coverage
27+ .nyc_output
28+
29+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
30+ .grunt
31+
32+ # Bower dependency directory (https://bower.io/)
33+ bower_components
34+
35+ # node-waf configuration
36+ .lock-wscript
37+
38+ # Compiled binary addons (http://nodejs.org/api/addons.html)
39+ build /Release
40+
41+ # Dependency directories
42+ node_modules /
43+ jspm_packages /
44+
45+ # Typescript v1 declaration files
46+ typings /
47+
48+ # Optional npm cache directory
49+ .npm
50+
51+ # Optional eslint cache
52+ .eslintcache
53+
54+ # Optional REPL history
55+ .node_repl_history
56+
57+ # Output of 'npm pack'
58+ * .tgz
59+
60+ # Yarn Integrity file
61+ .yarn-integrity
62+
63+ # dotenv environment variables file
64+ .env
65+
66+ dist /
67+
68+ .DS_Store
69+
70+ test-report.xml
71+ test-results.xml
72+
73+ ngc
74+ .ngc
75+ .aot
76+ aot
77+ .e2e
78+
79+ # Created by https://www.gitignore.io/api/webstorm
80+
81+ # ## WebStorm ###
82+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
83+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
84+
85+ # User-specific stuff:
86+ .idea /codeStyleSettings.xml
87+ .idea /** /workspace.xml
88+ .idea /** /tasks.xml
89+ .idea /dictionaries
90+
91+ # Sensitive or high-churn files:
92+ .idea /** /dataSources /
93+ .idea /** /dataSources.ids
94+ .idea /** /dataSources.xml
95+ .idea /** /dataSources.local.xml
96+ .idea /** /sqlDataSources.xml
97+ .idea /** /dynamic.xml
98+ .idea /** /uiDesigner.xml
99+
100+ # Gradle:
101+ .idea /** /gradle.xml
102+ .idea /** /libraries
103+
104+ # CMake
105+ cmake-build-debug /
106+
107+ # Mongo Explorer plugin:
108+ .idea /** /mongoSettings.xml
109+
110+ # # File-based project format:
111+ * .iws
112+
113+ # # Plugin-specific files:
114+
115+ # IntelliJ
116+ /out /
117+
118+ # mpeltonen/sbt-idea plugin
119+ .idea_modules /
120+
121+ # JIRA plugin
122+ atlassian-ide-plugin.xml
123+
124+ # Cursive Clojure plugin
125+ .idea /replstate.xml
126+
127+ # Crashlytics plugin (for Android Studio and IntelliJ)
128+ com_crashlytics_export_strings.xml
129+ crashlytics.properties
130+ crashlytics-build.properties
131+ fabric.properties
132+
133+ # ## WebStorm Patch ###
134+ # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
135+
136+ # *.iml
137+ # modules.xml
138+ # .idea/misc.xml
139+ # *.ipr
140+
141+ # Sonarlint plugin
142+ .idea /sonarlint
143+ .tmp
0 commit comments