Skip to content

Commit 845dacd

Browse files
author
Alvaro Muñoz
committed
Add gitignore
1 parent 58491b8 commit 845dacd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Env's
2+
.env
3+
.venv
4+
5+
# CodeQL related
6+
.codeql
7+
.cache
8+
*.testproj/
9+
*.actual
10+
*.class
11+
*/*.class
12+
13+
# Test files / folders
14+
test.ql
15+
test-*.ql
16+
**/testing/**
17+
**/*.testproj/*
18+
*/test-output.txt

0 commit comments

Comments
 (0)