QL: move .git files into the ql/ folder

This commit is contained in:
Erik Krogh Kristensen
2021-12-15 12:09:29 +01:00
parent 24c2578540
commit faaa74b1cd
3 changed files with 8 additions and 8 deletions

8
.gitignore vendored
View File

@@ -1,8 +0,0 @@
ql/target
ql/extractor-pack
.vscode/launch.json
.cache
ql/ql/test/**/*.testproj
ql/ql/test/**/*.actual
ql/ql/test/**/CONSISTENCY
ql/work

View File

8
ql/.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
target
extractor-pack
.vscode/launch.json
.cache
ql/test/**/*.testproj
ql/test/**/*.actual
ql/test/**/CONSISTENCY
work