mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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
|
||||
*.py.bak
|
||||
*.swp
|
||||
*.tiny.css
|
||||
data/var/log/plinth/*.log
|
||||
data/var/lib/plinth/*.sqlite3
|
||||
@ -18,7 +17,6 @@ doc/dev/_build
|
||||
*~
|
||||
predepend
|
||||
build/
|
||||
.emacs.desktop*
|
||||
*.egg-info/
|
||||
dist/
|
||||
.coverage
|
||||
@ -29,7 +27,6 @@ functional_tests/test_plinth/
|
||||
geckodriver.log
|
||||
*.mo
|
||||
.vagrant/
|
||||
.idea/
|
||||
.DS_Store
|
||||
*.box
|
||||
.eggs
|
||||
@ -48,3 +45,9 @@ debian/plinth.debhelper.log
|
||||
debian/plinth.substvars
|
||||
debian/plinth/
|
||||
*.pytest_cache/
|
||||
|
||||
# Editor settings
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
.emacs.desktop*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user