mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
gitignore: Add .vscode & segregate editor settings
Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
3e8c052258
commit
92d60ab7b4
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,6 +1,5 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.py.bak
|
*.py.bak
|
||||||
*.swp
|
|
||||||
*.tiny.css
|
*.tiny.css
|
||||||
data/var/log/plinth/*.log
|
data/var/log/plinth/*.log
|
||||||
data/var/lib/plinth/*.sqlite3
|
data/var/lib/plinth/*.sqlite3
|
||||||
@ -18,7 +17,6 @@ doc/dev/_build
|
|||||||
*~
|
*~
|
||||||
predepend
|
predepend
|
||||||
build/
|
build/
|
||||||
.emacs.desktop*
|
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
dist/
|
dist/
|
||||||
.coverage
|
.coverage
|
||||||
@ -29,7 +27,6 @@ functional_tests/test_plinth/
|
|||||||
geckodriver.log
|
geckodriver.log
|
||||||
*.mo
|
*.mo
|
||||||
.vagrant/
|
.vagrant/
|
||||||
.idea/
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.box
|
*.box
|
||||||
.eggs
|
.eggs
|
||||||
@ -48,3 +45,9 @@ debian/plinth.debhelper.log
|
|||||||
debian/plinth.substvars
|
debian/plinth.substvars
|
||||||
debian/plinth/
|
debian/plinth/
|
||||||
*.pytest_cache/
|
*.pytest_cache/
|
||||||
|
|
||||||
|
# Editor settings
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
.emacs.desktop*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user