Skip to content

Commit

Permalink
add placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Jan 6, 2023
1 parent 477f73e commit 116db00
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# defaults
__pycache__
/params.txt

# all models
*.ckpt
*.safetensors
*.pth
*.pt
*.bin
/params.txt

/repositories/*
/embeddings/*
/extensions/*
/outputs/*
# all dynamic stuff
/repositories/**/*
/extensions/**/*
/outputs/**/*
/models/**/*
/train/log/**/*
/tmp

# unexcluded so folders get created
!/repositories/.placeholder
!/extensions/.placeholder
!/outputs/.placeholder
!/models/.placeholder
!/localizations/.placeholder
Empty file added extensions/.placeholder
Empty file.
Empty file added outputs/.placeholder
Empty file.
Empty file added repositories/.placeholder
Empty file.

0 comments on commit 116db00

Please sign in to comment.