Skip to content

Commit

Permalink
empty db dirs and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bensinober committed Apr 23, 2013
1 parent 4c8bd40 commit 97309ef
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,3 +3,5 @@ config/settings.json
config/repository.yml
config/harvesting.yml
oai_updates/*
# keep empty directories with .gitignore in them
#!.gitignore
6 changes: 4 additions & 2 deletions db/.gitignore
@@ -1,4 +1,6 @@
# Ignore everything in this directory
# ignore all files in this dir...
*
# Except this file
# ... except for this one.
!.gitignore
!converted*
!uploads*
5 changes: 5 additions & 0 deletions db/converted/.gitignore
@@ -0,0 +1,5 @@
# ignore all files in this dir...
*

# ... except for this one.
!.gitignore
5 changes: 5 additions & 0 deletions db/uploads/.gitignore
@@ -0,0 +1,5 @@
# ignore all files in this dir...
*

# ... except for this one.
!.gitignore
5 changes: 3 additions & 2 deletions logs/.gitignore
@@ -1,4 +1,5 @@
# Ignore everything in this directory
# ignore all files in this dir...
*
# Except this file

# ... except for this one.
!.gitignore

0 comments on commit 97309ef

Please sign in to comment.