Skip to content

Commit

Permalink
fix .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vb64 committed Feb 13, 2024
1 parent d03daa3 commit dd3de87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
__pycache__
migrations
static/*
*.pyc
*.mo
*.log
*.sqlite3
.coverage
htmlcov/*
venv/*
venv.*
build/
dist/
*.egg-info/
4 changes: 4 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# But do not ignore this .gitignore file
!.gitignore
1 change: 0 additions & 1 deletion build/readme.txt

This file was deleted.

0 comments on commit dd3de87

Please sign in to comment.