File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ## Intellij ###
2+
3+ * .iml
4+
5+ # # Directory-based project format:
6+ .idea /
7+
8+ # # File-based project format:
9+ * .ipr
10+ * .iws
11+
12+ # # Plugin-specific files:
13+
14+ # IntelliJ
15+ /out /
16+
17+ # mpeltonen/sbt-idea plugin
18+ .idea_modules /
19+
20+ # JIRA plugin
21+ atlassian-ide-plugin.xml
22+
23+ # Crashlytics plugin (for Android Studio and IntelliJ)
24+ com_crashlytics_export_strings.xml
25+ crashlytics.properties
26+ crashlytics-build.properties
27+
28+
29+ # ## Node ###
30+ # Logs
31+ logs
32+ * .log
33+
34+ # Runtime data
35+ pids
36+ * .pid
37+ * .seed
38+
39+ # Directory for instrumented libs generated by jscoverage/JSCover
40+ lib-cov
41+
42+ # Coverage directory used by tools like istanbul
43+ coverage
44+
45+ # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
46+ .grunt
47+
48+ # node-waf configuration
49+ .lock-wscript
50+
51+ # Compiled binary addons (http://nodejs.org/api/addons.html)
52+ build /Release
53+
54+ # Dependency directory
55+ # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
156node_modules
You can’t perform that action at this time.
0 commit comments