mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-21 13:50:45 +03:00
23 lines
304 B
Plaintext
23 lines
304 B
Plaintext
# Build directory
|
|
build
|
|
|
|
# Run directory
|
|
run
|
|
|
|
# Local settings for pre-commit.py
|
|
tools/pre-commit-settings.json
|
|
|
|
# Prevent anyone from accidentally uploading CMakeFiles
|
|
CMakeFiles
|
|
|
|
# Visual Studio garbage
|
|
.vs
|
|
CMakeSettings.json
|
|
out
|
|
|
|
# Some weirdos use Kate
|
|
*.kate-swp
|
|
|
|
# Real creeps use KDevelop
|
|
*.kdev*
|