metamod-r/.gitignore
Dmitry Novikov b838abda59
Migrate the CI/CD to GitHub Actions (#57)
* Implemented CI/CD migration to GitHub
* Remove gradle build
2022-07-03 04:15:27 +07:00

21 lines
272 B
Plaintext

**/build
*.bat
**/msvc/Debug*
**/msvc/Release*
**/msvc/*.sdf
**/msvc/*.opensdf
**/msvc/*.user
**/msvc/*.suo
**/msvc/*.db
**/msvc/*.opendb
**/msvc/*.aps
**/msvc/*.pch
**/msvc/*.txt
**/msvc/.vs
**/msvc/ipch
**/PublishPath*.txt
**/*.log
metamod/version/appversion.h
publish