Skip to content

Commit

Permalink
Improve .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Jun 22, 2024
1 parent 3f18d13 commit 9d449a5
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# manage.py, always default to dev settings
manage.py

# Django media files
media/*

# Python bytecode:
# Python
*.py[co]

# Packaging files:
*.egg*

# Sphinx docs:
venv
dist
build

# SQLite3 database files:
Expand All @@ -19,9 +11,6 @@ build
# Logs:
*.log

# Eclipse
.project

# Linux Editors
*~
\#*\#
Expand All @@ -42,20 +31,5 @@ tramp
Thumbs.db
Desktop.ini

# Dev tools
.idea
.vagrant

# Ignore local configurations
wrds/settings/local.py
db.sqlite3

# Node modules
node_modules/

# Bower components
bower_components/

# Coverage
htmlcov/
.coverage

0 comments on commit 9d449a5

Please sign in to comment.