Skip to content

Commit 83e91c5

Browse files
chore: update .gitignore
1 parent fa5d03a commit 83e91c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
# Compiled script files. These are important for saving, and so should
66
# be preserved by developer and build systems after the game has been released.
7-
/game/**/*.rpyc
8-
/game/**/*.rpymc
7+
*.rpyc
8+
*.rpymc
99

1010
# Files Ren'Py can generate.
11-
/game/**/*.bak
12-
/game/**/*.new
13-
/game/**/*.old
11+
*.bak
12+
*.new
13+
*.old
1414

1515
# Error, log, and output files.
1616
/errors.txt

0 commit comments

Comments
 (0)