Skip to content

Commit 40e2fef

Browse files
committed
.gitignore: Added a pattern to ignore .scptd files
1 parent 5f37434 commit 40e2fef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
.DS_Store
22
*GITIGNORE*
33

4-
# # Executables
4+
# Executables
55
*.exe
66
*.out
77
*.app
88
*.i*86
99
*.x86_64
1010
*.hex
11+
12+
# Compiled bundles
13+
*.scptd

0 commit comments

Comments
 (0)