UNPKG

1.22 kBPlain TextView Raw
1# Logs
2logs
3*.log
4
5# Runtime data
6pids
7*.pid
8*.seed
9
10# Directory for instrumented libs generated by jscoverage/JSCover
11lib-cov
12
13# Coverage directory used by tools like istanbul
14coverage
15
16# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
17.grunt
18
19# Compiled binary addons (http://nodejs.org/api/addons.html)
20build/Release
21
22# Dependency directory
23# Deployed apps should consider commenting this line out:
24# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
25node_modules
26
27### JetBrains template
28# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
29
30## Directory-based project format
31.idea/
32# if you remove the above rule, at least ignore user-specific stuff:
33# .idea/workspace.xml
34# .idea/tasks.xml
35# and these sensitive or high-churn files:
36# .idea/dataSources.ids
37# .idea/dataSources.xml
38# .idea/sqlDataSources.xml
39# .idea/dynamic.xml
40
41## File-based project format
42*.ipr
43*.iml
44*.iws
45
46## Additional for IntelliJ
47out/
48
49# generated by mpeltonen/sbt-idea plugin
50.idea_modules/
51
52# generated by JIRA plugin
53atlassian-ide-plugin.xml
54
55# generated by Crashlytics plugin (for Android Studio and Intellij)
56com_crashlytics_export_strings.xml