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

Skip to content

Commit a94d3aa

Browse files
committed
Adding .gitignore file and some rules.
1 parent a1b813a commit a94d3aa

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

.gitignore

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### vim template
3+
[._]*.s[a-w][a-z]
4+
[._]s[a-w][a-z]
5+
*.un~
6+
Session.vim
7+
.netrwhist
8+
*~
9+
10+
11+
### JetBrains template
12+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
13+
14+
*.iml
15+
16+
## Directory-based project format:
17+
.idea/
18+
# if you remove the above rule, at least ignore the following:
19+
20+
# User-specific stuff:
21+
# .idea/workspace.xml
22+
# .idea/tasks.xml
23+
# .idea/dictionaries
24+
25+
# Sensitive or high-churn files:
26+
# .idea/dataSources.ids
27+
# .idea/dataSources.xml
28+
# .idea/sqlDataSources.xml
29+
# .idea/dynamic.xml
30+
# .idea/uiDesigner.xml
31+
32+
# Gradle:
33+
# .idea/gradle.xml
34+
# .idea/libraries
35+
36+
# Mongo Explorer plugin:
37+
# .idea/mongoSettings.xml
38+
39+
## File-based project format:
40+
*.ipr
41+
*.iws
42+
43+
## Plugin-specific files:
44+
45+
# IntelliJ
46+
out/
47+
48+
# mpeltonen/sbt-idea plugin
49+
.idea_modules/
50+
51+
# JIRA plugin
52+
atlassian-ide-plugin.xml
53+
54+
# Crashlytics plugin (for Android Studio and IntelliJ)
55+
com_crashlytics_export_strings.xml
56+
crashlytics.properties
57+
crashlytics-build.properties
58+
59+
60+
### SublimeText template
61+
# cache files for sublime text
62+
*.tmlanguage.cache
63+
*.tmPreferences.cache
64+
*.stTheme.cache
65+
66+
# workspace files are user-specific
67+
*.sublime-workspace
68+
69+
# project files should be checked into the repository, unless a significant
70+
# proportion of contributors will probably not be using SublimeText
71+
# *.sublime-project
72+
73+
# sftp configuration file
74+
sftp-config.json
75+
76+

0 commit comments

Comments
 (0)