this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

QOL: .gitignore updates (generic) (#2605)

authored by

Alice and committed by
GitHub
cb01e0fe 56d57907

+6 -1
+6 -1
.gitignore
··· 124 124 build/windows/studio/x64/ 125 125 build/windows/sdl-gpu/x64/ 126 126 build/macosx/*.plist 127 + build/Win32/ 127 128 demos/*.rtc 128 129 demos/*.srm 129 130 demos/.local ··· 174 175 build/x64/ 175 176 build/linux/tic80.desktop 176 177 build/compile_commands.json 178 + build/*.dmg 179 + build/_CPack_Packages 177 180 CMakeSettings.json 178 181 tic_mruby_build_config.rb.lock 179 182 tic_mruby_wasm_build_config.rb.lock ··· 182 185 **/zig-out 183 186 .cache 184 187 *~ 185 - 188 + # byte battle / test files 189 + /*.lua 190 + /*.tic