Created
June 18, 2014 09:35
-
-
Save pelusium/a5e8963b747b0462ffdb to your computer and use it in GitHub Desktop.
gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Laravel ### | |
_ide_helper.php | |
/bootstrap/compiled.php | |
/vendor | |
.env.local.php | |
.env.php | |
composer.phar | |
composer.lock | |
### OSX ### | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Icon must ends with two \r. | |
Icon | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
### PhpStorm ### | |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode | |
## Directory-based project format | |
.idea/ | |
## File-based project format | |
*.ipr | |
*.iws | |
*.iml | |
## Additional for IntelliJ | |
out/ | |
# generated by mpeltonen/sbt-idea plugin | |
.idea_modules/ | |
# generated by JIRA plugin | |
atlassian-ide-plugin.xml | |
# generated by Crashlytics plugin (for Android Studio and Intellij) | |
com_crashlytics_export_strings.xml | |
## Development enviroment | |
/app/config/gama |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment