Skip to content

Commit

Permalink
updating git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscauley committed Jun 30, 2013
1 parent 977071d commit 47e30df
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .gitignore
@@ -1,16 +1,17 @@
#temp files, etc.
*.pyc
*.py~
*~
\.\#*
\#*

#site generated content
media/*
static/*
log/*
scripts/backups
txrx/txrx.db
txrx/settings/local.py
# I'm merging this project into txrx.org/txrx as chores
goldstar/*

#virtual environments
env/*
environ/*
.environ/*
Expand All @@ -19,4 +20,8 @@ environ/*
.project
.idea
node/*
*.sql

#relevant to development
txrx/local.db
txrx/settings/local.py
*.sql

0 comments on commit 47e30df

Please sign in to comment.