Skip to content

Commit 11f8c92

Browse files
authored
Merge pull request #20 from acemilyalcin/update-gitignore
Updated the .gitignore file
2 parents 2362086 + 6284f6d commit 11f8c92

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

.gitignore

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,56 @@
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
156
node_modules

0 commit comments

Comments
 (0)