geode-sdk-example-mod/.gitignore
2022-02-08 21:43:32 -06:00

52 lines
594 B
Text

# 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
# 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