Add config files by default

This commit is contained in:
Ben
2025-07-19 13:24:42 +02:00
parent b203b53bce
commit 6acce84a6f
5 changed files with 40 additions and 1 deletions

3
.gitignore vendored
View File

@@ -21,8 +21,9 @@
# Do not ignore git files in the root of the repo.
!/.git*
# Do not ignore current project's `.uproject`.
# Do not ignore current project's `.uproject` and config
!/*.uproject
!/*.editorconfig
# Do not ignore source, config and plugins dirs.
!/Source/**