Sunshine/.gitignore

54 lines
451 B
Plaintext
Raw Normal View History

2024-04-20 16:49:15 +00: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-*/
2022-02-10 23:32:50 +00:00
2022-11-18 20:44:06 +00:00
# npm
node_modules/
package-lock.json
# Translations
*.mo
*.pot
# Dummy macOS files
.DS_Store