Skip to content

Commit 4dbfb41

Browse files
committed
Add some things to ignore, to .gitignore
1 parent 961c7f4 commit 4dbfb41

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

.gitignore

+59-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,60 @@
11
/composer.json
2-
/apigen.phar
2+
/apigen.phar
3+
.idea/php.xml
4+
5+
6+
# Created by https://www.gitignore.io/api/jetbrains
7+
8+
### JetBrains ###
9+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
10+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
11+
12+
# User-specific stuff:
13+
.idea/workspace.xml
14+
.idea/tasks.xml
15+
16+
# Sensitive or high-churn files:
17+
.idea/dataSources/
18+
.idea/dataSources.ids
19+
.idea/dataSources.xml
20+
.idea/dataSources.local.xml
21+
.idea/sqlDataSources.xml
22+
.idea/dynamic.xml
23+
.idea/uiDesigner.xml
24+
25+
# Gradle:
26+
.idea/gradle.xml
27+
.idea/libraries
28+
29+
# Mongo Explorer plugin:
30+
.idea/mongoSettings.xml
31+
32+
## File-based project format:
33+
*.iws
34+
35+
## Plugin-specific files:
36+
37+
# IntelliJ
38+
/out/
39+
40+
# mpeltonen/sbt-idea plugin
41+
.idea_modules/
42+
43+
# JIRA plugin
44+
atlassian-ide-plugin.xml
45+
46+
# Crashlytics plugin (for Android Studio and IntelliJ)
47+
com_crashlytics_export_strings.xml
48+
crashlytics.properties
49+
crashlytics-build.properties
50+
fabric.properties
51+
52+
### JetBrains Patch ###
53+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
54+
55+
# *.iml
56+
# modules.xml
57+
# .idea/misc.xml
58+
# *.ipr
59+
60+
# End of https://www.gitignore.io/api/jetbrains

0 commit comments

Comments
 (0)