Skip to content

Commit 3830d6b

Browse files
committed
Ignore generated folder in source database
When we run the tutorial query, we generate some files in a new folder: ``` codeql-tutorial-database/db-csv/default/strings/ ``` We don't want the user to see this in their codespace so let's ignore it.
1 parent 6877f7d commit 3830d6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# CodeQL metadata
22
.tours/codeql-tutorial-database/db-csv/default/cache/
3+
.tours/codeql-tutorial-database/db-csv/default/strings/
34
.cache/
5+

0 commit comments

Comments
 (0)