Skip to content

Commit cc45b2d

Browse files
Integrating Pull Request #13 and removing hard code parameter for gpg key
1 parent ca800d3 commit cc45b2d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,53 @@ local.properties
5050
.texlipse
5151

5252

53+
54+
### JetBrains template
55+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
56+
57+
*.iml
58+
59+
## Directory-based project format:
60+
.idea/
61+
# if you remove the above rule, at least ignore the following:
62+
63+
# User-specific stuff:
64+
# .idea/workspace.xml
65+
# .idea/tasks.xml
66+
# .idea/dictionaries
67+
68+
# Sensitive or high-churn files:
69+
# .idea/dataSources.ids
70+
# .idea/dataSources.xml
71+
# .idea/sqlDataSources.xml
72+
# .idea/dynamic.xml
73+
# .idea/uiDesigner.xml
74+
75+
# Gradle:
76+
# .idea/gradle.xml
77+
# .idea/libraries
78+
79+
# Mongo Explorer plugin:
80+
# .idea/mongoSettings.xml
81+
82+
## File-based project format:
83+
*.ipr
84+
*.iws
85+
86+
## Plugin-specific files:
87+
88+
# IntelliJ
89+
/out/
90+
91+
# mpeltonen/sbt-idea plugin
92+
.idea_modules/
93+
94+
# JIRA plugin
95+
atlassian-ide-plugin.xml
96+
97+
# Crashlytics plugin (for Android Studio and IntelliJ)
98+
com_crashlytics_export_strings.xml
99+
crashlytics.properties
100+
crashlytics-build.properties
101+
102+

0 commit comments

Comments
 (0)