Skip to content

Commit 1679679

Browse files
authored
Create .gitignore
1 parent 57a0090 commit 1679679

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
clover.xml
2+
coveralls-upload.json
3+
phpunit.xml
4+
5+
# Created by .ignore support plugin (hsz.mobi)
6+
### JetBrains template
7+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
8+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
9+
10+
# Admin-specific stuff:
11+
.idea
12+
13+
## File-based project format:
14+
*.iws
15+
16+
## Plugin-specific files:
17+
18+
# IntelliJ
19+
/out/
20+
21+
# mpeltonen/sbt-idea plugin
22+
.idea_modules/
23+
24+
# JIRA plugin
25+
atlassian-ide-plugin.xml
26+
27+
# Crashlytics plugin (for Android Studio and IntelliJ)
28+
com_crashlytics_export_strings.xml
29+
crashlytics.properties
30+
crashlytics-build.properties
31+
fabric.properties
32+
33+
### Composer template
34+
composer.phar
35+
/vendor/
36+
37+
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
38+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
39+
composer.lock

0 commit comments

Comments
 (0)