Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74af10e

Browse files
committed
Add .gitignore file. Fixes svozniuk#7
1 parent 356ca75 commit 74af10e

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

.gitignore

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
### JetBrains template
2+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
3+
4+
*.iml
5+
6+
## Directory-based project format:
7+
.idea/
8+
9+
## File-based project format:
10+
*.ipr
11+
*.iws
12+
13+
## Plugin-specific files:
14+
15+
# IntelliJ
16+
/out/
17+
18+
# mpeltonen/sbt-idea plugin
19+
.idea_modules/
20+
21+
# JIRA plugin
22+
atlassian-ide-plugin.xml
23+
24+
# Crashlytics plugin (for Android Studio and IntelliJ)
25+
com_crashlytics_export_strings.xml
26+
crashlytics.properties
27+
crashlytics-build.properties
28+
29+
30+
### Eclipse template
31+
*.pydevproject
32+
.metadata
33+
.gradle
34+
bin/
35+
tmp/
36+
*.tmp
37+
*.bak
38+
*.swp
39+
*~.nib
40+
local.properties
41+
.settings/
42+
.loadpath
43+
44+
# Eclipse Core
45+
.project
46+
47+
# External tool builders
48+
.externalToolBuilders/
49+
50+
# Locally stored "Eclipse launch configurations"
51+
*.launch
52+
53+
# CDT-specific
54+
.cproject
55+
56+
# JDT-specific (Eclipse Java Development Tools)
57+
.classpath
58+
59+
# Java annotation processor (APT)
60+
.factorypath
61+
62+
# PDT-specific
63+
.buildpath
64+
65+
# sbteclipse plugin
66+
.target
67+
68+
# TeXlipse plugin
69+
.texlipse
70+
71+
### SublimeText template
72+
# cache files for sublime text
73+
*.tmlanguage.cache
74+
*.tmPreferences.cache
75+
*.stTheme.cache
76+
77+
# workspace files are user-specific
78+
*.sublime-workspace
79+
80+
# project files should be checked into the repository, unless a significant
81+
# proportion of contributors will probably not be using SublimeText
82+
# *.sublime-project
83+
84+
# sftp configuration file
85+
sftp-config.json
86+
87+

0 commit comments

Comments
 (0)