gitattr and editorconfig

This commit is contained in:
ineedbots
2021-09-09 11:26:20 -06:00
parent a0d443c295
commit 4d56d1e77f
3 changed files with 15 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,9 +1,11 @@
# Ignore everything in repository root
# Ignore everything in repository root
/*
# Files to not ignore
!/.gitignore
!/.vscode
!/.editorconfig
!/.gitattributes
!/z_server.bat
!/README.md