From b12964e99423575977580a50614dbf2ea1a31d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 26 Oct 2023 11:59:15 +0200 Subject: [PATCH] Updated gitignore. !minor --- .gitignore | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 8781678e..6c4c73ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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