This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update .gitignore
pull/5365/head
Ray
2 weeks ago
parent
49868b356f
commit
29173a4978
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
.gitignore
+ 3
- 2
.gitignore
View File
@ -63,12 +63,13 @@ emsdk
# Ignore wasm data in examples/
examples/**/*
!examples/**/*.*
!examples/**/*/
examples/**/*.exe
examples/**/*.wasm
examples/**/*.data
examples/**/*.js
examples/**/*.html
!examples/**/*.*
!examples/**/*/
examples/**/logs/*
# Ignore files build by xcode
Write
Preview
Loading…
Cancel
Save