diff options
author | Ivan Zorin <[email protected]> | 2023-07-31 03:06:57 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-31 10:06:57 +1000 |
commit | e0f373a88a4e9badea76e518551769e7a8d23b97 (patch) | |
tree | eb38ccd5547ace47ed5b0d28a9cdb98359c2cca0 /.gitignore | |
parent | 05d0ef66efea296ada9219d677e0d27f2f48a9e1 (diff) | |
download | IronOS-e0f373a88a4e9badea76e518551769e7a8d23b97.tar.gz IronOS-e0f373a88a4e9badea76e518551769e7a8d23b97.zip |
Decomission of scripts/ci (#1760)
* Decomission of scripts/ci
* Code review
* Update .gitignore according to changes for code review
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,6 +186,7 @@ fabric.properties # Binaries
source/Hexfile/
source/Objects/
+BUILDS/
# Autogenerated
source/Core/Gen/
@@ -214,4 +215,3 @@ Logo GUI/TS100 Logo Editor/TS100 Logo Editor/bin/ # Tests/linters/sanitizers
source/check-style.log
-
|