Skip to content

Commit 1ca485f

Browse files
committed
Add generated folders and signing key to .gitignore
1 parent 8aba1f8 commit 1ca485f

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
out/
2-
templates/
1+
# Private signing key
2+
*.pkcs12
3+
4+
# Generated by build scripts
5+
angle/
36
git/
47
mono-glue/
5-
release-*
8+
godot.tar.gz
69

10+
# Output
11+
mono/
12+
out/
13+
release-*/
14+
templates/

0 commit comments

Comments
 (0)