Skip to content

Commit 998a1da

Browse files
committed
Ignore updates with node and jetbrains
1 parent 99d90d0 commit 998a1da

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

.gitignore

+79
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,81 @@
11
.DS_Store
22
node_modules/
3+
bower_components/
4+
5+
### Node template
6+
# Logs
7+
logs
8+
*.log
9+
npm-debug.log*
10+
11+
# Runtime data
12+
pids
13+
*.pid
14+
*.seed
15+
16+
# Directory for instrumented libs generated by jscoverage/JSCover
17+
lib-cov
18+
19+
# Coverage directory used by tools like istanbul
20+
coverage
21+
22+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
23+
.grunt
24+
25+
# node-waf configuration
26+
.lock-wscript
27+
28+
# Compiled binary addons (http://nodejs.org/api/addons.html)
29+
build/Release
30+
31+
# Dependency directory
32+
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
33+
node_modules
34+
### JetBrains template
35+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
36+
37+
*.iml
38+
39+
## Directory-based project format:
40+
.idea/
41+
# if you remove the above rule, at least ignore the following:
42+
43+
# User-specific stuff:
44+
# .idea/workspace.xml
45+
# .idea/tasks.xml
46+
# .idea/dictionaries
47+
48+
# Sensitive or high-churn files:
49+
# .idea/dataSources.ids
50+
# .idea/dataSources.xml
51+
# .idea/sqlDataSources.xml
52+
# .idea/dynamic.xml
53+
# .idea/uiDesigner.xml
54+
55+
# Gradle:
56+
# .idea/gradle.xml
57+
# .idea/libraries
58+
59+
# Mongo Explorer plugin:
60+
# .idea/mongoSettings.xml
61+
62+
## File-based project format:
63+
*.ipr
64+
*.iws
65+
66+
## Plugin-specific files:
67+
68+
# IntelliJ
69+
/out/
70+
71+
# mpeltonen/sbt-idea plugin
72+
.idea_modules/
73+
74+
# JIRA plugin
75+
atlassian-ide-plugin.xml
76+
77+
# Crashlytics plugin (for Android Studio and IntelliJ)
78+
com_crashlytics_export_strings.xml
79+
crashlytics.properties
80+
crashlytics-build.properties
81+

0 commit comments

Comments
 (0)