bueltge/marksimple

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
## PhpStorm
## Directory-based project format
.idea/

## File-based project format
*.ipr
*.iws

## Single files
clover.xml
*.log
*.cache

## 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

#################
## Grunt, NPM
#################
node_modules/

### Composer template
composer.phar
!/js/vendor/*
/vendor/


#################
## Eclipse / Aptana IDE
#################

*.pydevproject
.project
.metadata
bin/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

############
## Windows
############

# Windows image file caches
Thumbs.db 

# Folder config file
Desktop.ini