mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-16 13:58:43 +01:00
57593fb212
Lists all GitHub contributors and moderators, alongside the original credits (which were moved from the intro text to here) The UI itself is controlled with credits.json. This can be regenerated with resources/gencredits.py.
96 lines
850 B
Plaintext
96 lines
850 B
Plaintext
# Misc extensions, system files
|
|
*.zip
|
|
*.txt
|
|
*.gz
|
|
*.out
|
|
*.sh
|
|
*.py
|
|
*.png
|
|
*.ppm
|
|
*.swp
|
|
*~
|
|
.DS_Store
|
|
|
|
# Build files
|
|
build*/*
|
|
*.o
|
|
*.exe
|
|
*.dmg
|
|
*.dll
|
|
*.a
|
|
*.la
|
|
|
|
# Legacy SCons files
|
|
config.log
|
|
*.sconsign.dblite
|
|
*.sconf_temp
|
|
/site_scons/
|
|
/generated/
|
|
|
|
# User data
|
|
/stamps/
|
|
/Saves/
|
|
/scripts/
|
|
/recordings/
|
|
*.def
|
|
*.pref
|
|
*.lua
|
|
screenshot_*
|
|
|
|
# Visual studio
|
|
/Debug/
|
|
/Release/
|
|
/includes/
|
|
*.vcxproj*
|
|
*.user
|
|
*.filter
|
|
*.sln
|
|
*.suo
|
|
*.manifest
|
|
*.manifest.res
|
|
*manifest.rc
|
|
*res.res
|
|
*.idb
|
|
*.obj
|
|
*.tlog
|
|
*.lib
|
|
*.ipch
|
|
*.ilk
|
|
*.log
|
|
*.lastbuildstate
|
|
*.unsuccessfulbuild
|
|
*.pdb
|
|
*.db
|
|
|
|
# QtCreator / KDevelop
|
|
*.user
|
|
*.config
|
|
*.creator*
|
|
*.cflags
|
|
*.cxxflags
|
|
*.files
|
|
*.includes
|
|
*.kdev4
|
|
/.kdev4
|
|
|
|
# Other IDEs / misc
|
|
/.idea
|
|
.vscode/
|
|
.vs/
|
|
*.sublime-*
|
|
*.project
|
|
*.cproject
|
|
*.settings
|
|
*.cbp
|
|
*.layout
|
|
*.gch
|
|
*.pyc
|
|
*.xcodeproj
|
|
*.plist
|
|
*.lproj
|
|
*.opensdf
|
|
*.sdf
|
|
/font/
|
|
compile_commands.json
|
|
ignore/
|