Created
January 20, 2012 16:38
-
-
Save joshuacc/1648300 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# These files are ignored by git | |
# App Configuration # | |
##################### | |
.htaccess | |
/config/ | |
/core/config/config.xml | |
/wk12/includes/configuration.php | |
/wk12/district/course-planner/index.php | |
/includes/naviance_network_class.php | |
# Cache and temp files # | |
######################## | |
.svn | |
/wk12/tests/coverage/ | |
/domain/tests/tmp/ | |
# Should we just ignore the following directories entirely? They're not currently part of the repo. Or should we add the directories and ignore the files, as below? | |
/wk12/graph_cache/*.png | |
/wk12/logos/*.png | |
/wk12/logos/*.gif | |
/wk12/logos/*.jpg | |
/wk12/logos/*.jpeg | |
# OS generated files # | |
###################### | |
.DS_Store* | |
ehthumbs.db | |
Icon? | |
Thumbs.db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment