diff options
| author | Indrajith K L | 2025-11-09 16:12:20 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-09 16:12:20 +0530 |
| commit | 8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8 (patch) | |
| tree | 94ab60d8a0dd939478f9b2838bdc6c1d693cb9a8 /.gitignore | |
| parent | 0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa (diff) | |
| download | reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.gz reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.bz2 reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.zip | |
Add game folder workflow, custom executable names, cross-platform tasks, and logging controls
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ .vscode -build/
\ No newline at end of file +build/ + +# Projects - ignore all folders inside projects/ except the projects folder itself +projects/*/ +!projects/README.md
\ No newline at end of file |
