Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicates in .gitignore. #554

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 17 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.htpasswd
log/*
geonature_atlas.egg-info/
atlas/static/conf/custom.js
atlas/debug.py
robots.txt
.htaccess
Expand All @@ -14,33 +13,31 @@ atlas/configuration/config.py
atlas/configuration/settings.ini

atlas/static/conf/custom.js
atlas/static/territoire.json
atlas/static/images/ancien
atlas/static/node_modules
atlas/static/territoire.json
atlas/static/images/ancien
atlas/static/custom/territoire.json
atlas/static/custom/glossaire.json
atlas/static/custom/custom.css
atlas/static/custom/maps-custom.js
atlas/static/custom/images/picto*.png

static/custom/territoire.json
static/custom/glossaire.json
static/custom/custom.css
static/custom/maps-custom.js
atlas/static/custom/images/logo-structure.png
atlas/static/custom/glossaire.json
atlas/static/custom/images/accueil-intro.jpg
static/custom/images/favicon.ico
atlas/static/custom/images/logo-structure.png
atlas/static/custom/images/logo_patrimonial.png

atlas/static/custom/images/picto*.png
atlas/static/custom/maps-custom.js
atlas/static/custom/templates/bandeaulogoshome.html
atlas/static/custom/templates/presentation.html
atlas/static/custom/templates/credits.html
atlas/static/custom/templates/footer.html
atlas/static/custom/templates/introduction.html
atlas/static/custom/templates/credits.html
atlas/static/custom/templates/mentions-legales.html
atlas/static/custom/templates/navbar.html
atlas/static/custom/templates/presentation.html
atlas/static/custom/territoire.json

atlas/static/images/ancien
atlas/static/node_modules
atlas/static/territoire.json

static/custom/custom.css
static/custom/glossaire.json
static/custom/images/favicon.ico
static/custom/maps-custom.js
static/custom/territoire.json

data/ref/emprise_territoire.*
data/ref/communes.dbf
Expand Down