Skip to content

Commit

Permalink
Updated gitignore. !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Oct 26, 2023
1 parent 3cecba1 commit b12964e
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,29 @@ syntax: glob

*.elc
*.pyc
*.pyo
*~
*.db
*.mo

docs/_build/

# Emacs
eproject.cfg
*#

# Temporary files (vim backups)
.vscode/
.idea/
*.swp

# Log files:
*.log

# Vagrant:
.vagrant/

var/log/

# Virtualenv
venv
build
mosp.egg-info/

build/
dist/
*.egg
*.egg-info/
.python-version

# js and node files
# Project related
var/log/
docs/_build/
node_modules
mosp/static/npm_components


contrib/crawler-user-agents.json
instance/production.py
*.wsgi

0 comments on commit b12964e

Please sign in to comment.