Skip to content

Commit 7cab010

Browse files
committed
gitignore: Ignore Aseprite files
As noted in the comment, this project doesn't use Git LFS and I think it's probably best to keep it that way. But while working on assets it's really convenient to have the .aseprite file in the asset directory next to the exported file(s). Add such files to gitignore to prevent accidentally committing them.
1 parent d2cd2e9 commit 7cab010

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
# Working directory
55
build/
6+
7+
# For simplicity this repo does not use Git LFS; so committing potentially large
8+
# binary files like Aseprite projects is likely to be a mistake.
9+
*.ase
10+
*.aseprite

0 commit comments

Comments
 (0)