summarylogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJaja2022-06-06 21:28:07 +0200
committerJaja2022-06-06 21:31:17 +0200
commit05400ee28b1bfa5eceab1790561df79b6bee5d4e (patch)
treeae2d5bea05e6f2ec8516209e2402af141a27ecb3 /.gitignore
parent2ceb5e7b697bf325728e1d5e814c3e28d37f43fb (diff)
downloadaur-05400ee28b1bfa5eceab1790561df79b6bee5d4e.tar.gz
update gitignore, please note:
- it is not very nice to have this checked-in with a shared code base, because it - force overwrites everybodys gitignore, which is bad because - it is likely tailored to individual environment (.vscode, .trunk, .shellcheckrc etc) Having your own, private gitignore is better. But i will not revert this for now and see if anybody (for good reason) complains.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 92a9e063743e..1dac61a750f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ pkg/
*.tar.zst
GE*.tar.gz
src/
-
-
+.trunk/
+.vscode/
+.shellcheckrc