forked from MapComplete/MapComplete
Fix: deduplicate .gitignore and reorder
This commit is contained in:
parent
c88ffdae55
commit
8c1a73c9d5
1 changed files with 2 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -4,9 +4,10 @@ node_modules
|
|||
.cache/*
|
||||
.idea/*
|
||||
scratch
|
||||
src/assets/editor-layer-index.json
|
||||
src/assets/generated/
|
||||
assets/editor-layer-index.json
|
||||
assets/generated/*
|
||||
src/assets/generated/
|
||||
assets/layers/favourite/favourite.json
|
||||
public/*.webmanifest
|
||||
/*.html
|
||||
|
@ -20,8 +21,6 @@ missing_translations.txt
|
|||
.DS_Store
|
||||
Svg.ts
|
||||
data/
|
||||
src/assets/generated/nsi_stats/brand.json
|
||||
src/assets/generated/nsi_stats/brand.summarized.json
|
||||
|
||||
Folder.DotSettings.user
|
||||
index_*.ts
|
||||
|
@ -29,7 +28,6 @@ index_*.ts
|
|||
*.doctest.ts
|
||||
service-worker.js
|
||||
.env
|
||||
src/assets/editor-layer-index.json
|
||||
|
||||
error_changeset_*
|
||||
|
||||
|
|
Loading…
Reference in a new issue