Skip to content

Commit

Permalink
Added gitignore to get better overview when git statusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Graef committed Mar 7, 2016
1 parent 741907e commit ca5efa8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ignore all pyc files
*.pyc
# ignore all "backup" files created by gedit
*~
# ignore log file
msm.log
# ignore virtual environment files
venv/*
# ignore PyCharm specific files
.idea/*
4 changes: 4 additions & 0 deletions database/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ignore all files in this folder
*
# except gitignore
!.gitignore
4 changes: 4 additions & 0 deletions uploads/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ignore all files in this folder
*
# except gitignore
!.gitignore
Empty file removed uploads/empty
Empty file.

0 comments on commit ca5efa8

Please sign in to comment.