Permalink
Cannot retrieve contributors at this time
# | |
# NOTE! Don't add files that are generated in specific | |
# subdirectories here. Add them in the ".gitignore" file | |
# in that subdirectory instead. | |
# | |
# NOTE! Please use 'git ls-files -i --exclude-standard' | |
# command after changing this file, to see if there are | |
# any tracked files which get ignored after the change. | |
# | |
# New rules | |
# | |
# Created by http://www.gitignore.io | |
### NetBeans ### | |
nbproject/private/ | |
nbbuild/ | |
nbdist/ | |
nbactions.xml | |
nb-configuration.xml | |
### PhpStorm ### | |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | |
## Directory-based project format | |
.idea/ | |
# if you remove the above rule, at least ignore user-specific stuff: | |
# .idea/workspace.xml | |
# .idea/tasks.xml | |
# and these sensitive or high-churn files: | |
# .idea/dataSources.ids | |
# .idea/dataSources.xml | |
# .idea/sqlDataSources.xml | |
# .idea/dynamic.xml | |
## 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 | |
### Eclipse ### | |
*.pydevproject | |
.metadata | |
.gradle | |
#bin/ | |
#tmp/ | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
local.properties | |
.settings/ | |
.loadpath | |
# External tool builders | |
.externalToolBuilders/ | |
# Locally stored "Eclipse launch configurations" | |
*.launch | |
# CDT-specific | |
.cproject | |
# PDT-specific | |
.buildpath | |
# sbteclipse plugin | |
.target | |
# TeXlipse plugin | |
.texlipse | |
### Windows ### | |
# Windows image file caches | |
Thumbs.db | |
ehthumbs.db | |
# Folder config file | |
Desktop.ini | |
# Recycle Bin used on file shares | |
$RECYCLE.BIN/ | |
# Windows Installer files | |
*.cab | |
*.msi | |
*.msm | |
*.msp | |
### OSX ### | |
.DS_Store | |
.AppleDouble | |
.LSOverride | |
# Icon must end with two \r | |
#Icon | |
# Thumbnails | |
._* | |
# Files that might appear on external disk | |
.Spotlight-V100 | |
.Trashes | |
# Directories potentially created on remote AFP share | |
.AppleDB | |
.AppleDesktop | |
Network Trash Folder | |
Temporary Items | |
.apdisk | |
### Node ### | |
temp | |
# Logs | |
logs | |
*.log | |
# Runtime data | |
pids | |
*.pid | |
*.seed | |
# Directory for instrumented libs generated by jscoverage/JSCover | |
lib-cov | |
# Coverage directory used by tools like istanbul | |
coverage | |
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
.grunt | |
# Compiled binary addons (http://nodejs.org/api/addons.html) | |
build/Release | |
# Dependency directory | |
# Commenting this out is preferred by some people, see | |
# https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git | |
node_modules | |
# Users Environment Variables | |
.lock-wscript | |
### Bower ### | |
bower_components | |
### Composer ### | |
composer.phar | |
#vendor/ | |
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file | |
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | |
composer.lock |