Init core
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
*.exe
|
||||
*.exp
|
||||
*.pdb
|
||||
*.obj
|
||||
*.json
|
||||
*.ilk
|
||||
*.lib
|
||||
*.pdf
|
||||
*.png
|
||||
*.10x
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
backup.*
|
||||
|
||||
imgui.ini
|
||||
|
||||
__pycache__/
|
||||
venv/
|
||||
build/
|
||||
vendor/
|
||||
assets/
|
||||
krzlinks/
|
||||
misc/
|
||||
generated/
|
||||
html/
|
||||
backup/
|
||||
notes/
|
||||
odin/
|
||||
prototyping/
|
||||
text_editor/
|
||||
Reference in New Issue
Block a user