1+ .idea /
2+ node_modules /
3+ testresult /* . *
4+
5+
6+ # Created by https://www.toptal.com/developers/gitignore/api/intellij+all
7+ # Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all
8+
9+ # ## Intellij+all ###
10+ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
11+ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
12+
13+ # User-specific stuff
14+ .idea /** /workspace.xml
15+ .idea /** /tasks.xml
16+ .idea /** /usage.statistics.xml
17+ .idea /** /dictionaries
18+ .idea /** /shelf
19+
20+ # Generated files
21+ .idea /** /contentModel.xml
22+
23+ # Sensitive or high-churn files
24+ .idea /** /dataSources /
25+ .idea /** /dataSources.ids
26+ .idea /** /dataSources.local.xml
27+ .idea /** /sqlDataSources.xml
28+ .idea /** /dynamic.xml
29+ .idea /** /uiDesigner.xml
30+ .idea /** /dbnavigator.xml
31+
32+ # Gradle
33+ .idea /** /gradle.xml
34+ .idea /** /libraries
35+
36+ # Gradle and Maven with auto-import
37+ # When using Gradle or Maven with auto-import, you should exclude module files,
38+ # since they will be recreated, and may cause churn. Uncomment if using
39+ # auto-import.
40+ # .idea/artifacts
41+ # .idea/compiler.xml
42+ # .idea/jarRepositories.xml
43+ # .idea/modules.xml
44+ # .idea/*.iml
45+ # .idea/modules
46+ # *.iml
47+ # *.ipr
48+
49+ # CMake
50+ cmake-build- * /
51+
52+ # Mongo Explorer plugin
53+ .idea /** /mongoSettings.xml
54+
55+ # File-based project format
56+ * .iws
57+
58+ # IntelliJ
59+ out /
60+
61+ # mpeltonen/sbt-idea plugin
62+ .idea_modules /
63+
64+ # JIRA plugin
65+ atlassian-ide-plugin.xml
66+
67+ # Cursive Clojure plugin
68+ .idea /replstate.xml
69+
70+ # Crashlytics plugin (for Android Studio and IntelliJ)
71+ com_crashlytics_export_strings.xml
72+ crashlytics.properties
73+ crashlytics-build.properties
74+ fabric.properties
75+
76+ # Editor-based Rest Client
77+ .idea /httpRequests
78+
79+ # Android studio 3.1+ serialized cache file
80+ .idea /caches /build_file_checksums.ser
81+
82+ # ## Intellij+all Patch ###
83+ # Ignores the whole .idea folder and all .iml files
84+ # See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
85+
86+ .idea /
87+
88+ # Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
89+
90+ * .iml
91+ modules.xml
92+ .idea /misc.xml
93+ * .ipr
94+
95+ # Sonarlint plugin
96+ .idea /sonarlint
97+
98+ # End of https://www.toptal.com/developers/gitignore/api/intellij+all
99+
100+
101+ # Created by https://www.toptal.com/developers/gitignore/api/node
102+ # Edit at https://www.toptal.com/developers/gitignore?templates=node
103+
104+ # ## Node ###
105+ # Logs
106+ logs
107+ * .log
108+ npm-debug.log *
109+ yarn-debug.log *
110+ yarn-error.log *
111+ lerna-debug.log *
112+
113+ # Diagnostic reports (https://nodejs.org/api/report.html)
114+ report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
115+
116+ # Runtime data
117+ pids
118+ * .pid
119+ * .seed
120+ * .pid.lock
121+
122+ # Directory for instrumented libs generated by jscoverage/JSCover
123+ lib-cov
124+
125+ # Coverage directory used by tools like istanbul
126+ coverage
127+ * .lcov
128+
129+ # nyc test coverage
130+ .nyc_output
131+
132+ # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
133+ .grunt
134+
135+ # Bower dependency directory (https://bower.io/)
136+ bower_components
137+
138+ # node-waf configuration
139+ .lock-wscript
140+
141+ # Compiled binary addons (https://nodejs.org/api/addons.html)
142+ build /Release
143+
144+ # Dependency directories
145+ node_modules /
146+ jspm_packages /
147+
148+ # TypeScript v1 declaration files
149+ typings /
150+
151+ # TypeScript cache
152+ * .tsbuildinfo
153+
154+ # Optional npm cache directory
155+ .npm
156+
157+ # Optional eslint cache
158+ .eslintcache
159+
160+ # Optional stylelint cache
161+ .stylelintcache
162+
163+ # Microbundle cache
164+ .rpt2_cache /
165+ .rts2_cache_cjs /
166+ .rts2_cache_es /
167+ .rts2_cache_umd /
168+
169+ # Optional REPL history
170+ .node_repl_history
171+
172+ # Output of 'npm pack'
173+ * .tgz
174+
175+ # Yarn Integrity file
176+ .yarn-integrity
177+
178+ # dotenv environment variables file
179+ .env
180+ .env.test
181+ .env * .local
182+
183+ # parcel-bundler cache (https://parceljs.org/)
184+ .cache
185+ .parcel-cache
186+
187+ # Next.js build output
188+ .next
189+
190+ # Nuxt.js build / generate output
191+ .nuxt
192+ dist
193+
194+ # Gatsby files
195+ .cache /
196+ # Comment in the public line in if your project uses Gatsby and not Next.js
197+ # https://nextjs.org/blog/next-9-1#public-directory-support
198+ # public
199+
200+ # vuepress build output
201+ .vuepress /dist
202+
203+ # Serverless directories
204+ .serverless /
205+
206+ # FuseBox cache
207+ .fusebox /
208+
209+ # DynamoDB Local files
210+ .dynamodb /
211+
212+ # TernJS port file
213+ .tern-port
214+
215+ # Stores VSCode versions used for testing VSCode extensions
216+ .vscode-test
217+
218+ # End of https://www.toptal.com/developers/gitignore/api/node
0 commit comments