mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
4ad5b68433
Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
17 lines
161 B
Plaintext
17 lines
161 B
Plaintext
# use glob syntax
|
|
syntax: glob
|
|
|
|
*.pyc
|
|
db*
|
|
localsettings.py
|
|
*~
|
|
parsing_log.txt
|
|
troggle
|
|
troggle_log.txt
|
|
.idea/*
|
|
*.orig
|
|
media/images/*
|
|
.vscode/*
|
|
.swp
|
|
imagekit-off/
|