forked from SEL-Columbia/formhub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pld
committed
Apr 19, 2012
1 parent
e554ce3
commit f9c7a86
Showing
1 changed file
with
30 additions
and
28 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,42 @@ | ||
/data | ||
error.log | ||
load_script.logs | ||
load_script.pid | ||
local_settings.py | ||
pyxform | ||
search_index | ||
site_media/attachments | ||
|
||
tmp/* | ||
*.pyc | ||
*.sql | ||
*.tar.gz | ||
*~ | ||
.DS_Store | ||
*.sqlite3 | ||
error.log | ||
site_media/css/sass/.sass-cache/* | ||
.sass-cache | ||
.odk | ||
*orig | ||
.idea | ||
search_index | ||
|
||
#for a local virtualenv (as done in mangrove repo) | ||
ve/ | ||
|
||
# file created by tests | ||
registration.xml | ||
tmp/* | ||
xform_manager_dataset.json | ||
|
||
# folder to hold csv files | ||
csvs | ||
|
||
xform_manager_dataset.json | ||
|
||
/data | ||
local_settings.py | ||
.~lock.* | ||
|
||
# media folder used by tests | ||
# todo: figure out a way to clean this up rather than ignore it. | ||
/test_media | ||
/media | ||
|
||
load_script.logs | ||
load_script.pid | ||
# file created by tests | ||
registration.xml | ||
|
||
# for a local virtualenv (as done in mangrove repo) | ||
ve/ | ||
|
||
.~lock.* | ||
.DS_Store | ||
.idea | ||
.odk | ||
.project | ||
.pydevproject | ||
.sass-cache | ||
.settings | ||
|
||
*.bak | ||
*.pyc | ||
*.sql | ||
*.sqlite3 | ||
*.tar.gz | ||
*~ | ||
*orig |