geode-sdk-example-mod/.gitignore

53 lines
594 B
Text
Raw Normal View History

2022-01-26 11:16:02 -05:00
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2022-02-08 22:43:32 -05:00
# Macos be like
**/.DS_Store
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Workspace files are user-specific
*.sublime-workspace
# I need to find a way to automatically remove this
Source/Geode/pkg/uber-apk-signer.jar
# Ignore build folders
**/build
# ILY vscode
**/.vscode