Sunshine/.gitignore

59 lines
490 B
Plaintext
Raw Normal View History

2024-04-20 12:49:15 -04: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
# JetBrains IDE
.idea/
# VSCode IDE
.vscode/
# build directories
build/
cmake-*/
docs/doxyconfig*
2022-02-10 18:32:50 -05:00
2022-11-18 15:44:06 -05:00
# npm
node_modules/
package-lock.json
# Translations
*.mo
*.pot
# Dummy macOS files
.DS_Store
2024-08-24 20:14:45 -04:00
# Python
*.pyc
venv/