Add initial project files including .gitignore, LICENSE, README, and documentation
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# instructions
|
||||
.github/instructions/
|
||||
|
||||
# GoDot files
|
||||
*.import
|
||||
*.godot
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Build files
|
||||
build/
|
||||
bin/
|
||||
obj/
|
||||
Reference in New Issue
Block a user