mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-04-30 08:21:47 -04:00
Updated gitignore
This commit is contained in:
parent
6c8e36d99f
commit
899d6da653
1 changed files with 8 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,macos,linux,cmake,dotnetcore,visualstudio
|
# Created by https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,visualstudio,macos,linux,dotnetcore,cmake
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=zig,windows,visualstudiocode,macos,linux,cmake,dotnetcore,visualstudio
|
# Edit at https://www.toptal.com/developers/gitignore?templates=zig,windows,visualstudiocode,visualstudio,macos,linux,dotnetcore,cmake
|
||||||
|
|
||||||
### CMake ###
|
### CMake ###
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
|
@ -519,11 +519,15 @@ FodyWeavers.xsd
|
||||||
### VisualStudio Patch ###
|
### VisualStudio Patch ###
|
||||||
# Additional files built by Visual Studio
|
# Additional files built by Visual Studio
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,macos,linux,cmake,dotnetcore,visualstudio
|
# End of https://www.toptal.com/developers/gitignore/api/zig,windows,visualstudiocode,visualstudio,macos,linux,dotnetcore,cmake
|
||||||
|
|
||||||
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
|
||||||
|
|
||||||
*.wasm*
|
*.wasm*
|
||||||
|
|
||||||
### A place for local files that is within the repo
|
### A place for local files that is within the repo
|
||||||
.local
|
.local
|
||||||
|
|
||||||
|
## Updated Zig Cache directory
|
||||||
|
|
||||||
|
.zig-cache/
|
Loading…
Add table
Reference in a new issue