⭐️ A friendly language for building type-safe, scalable systems!

Update .gitignore files to exclude build artifacts and remove existing build folders in repo

authored by wheatfox and committed by Louis Pilfold 5fa7f560 ea1c2ae3

Changed files
+5 -4
test
compile_package0
build
packages
errors
type_unify_int_string
hello_world
build
packages
test-project-compiler
support
package_a
build
+1
.gitignore
··· 7 7 erl_crash.dump 8 8 *.lock 9 9 node_modules/ 10 + compiler-cli/build/
+1
test-project-compiler/.gitignore
··· 1 1 cases/*/build 2 2 cases/*/manifest.toml 3 + support/*/build 3 4 support/*/manifest.toml
-1
test-project-compiler/support/package_a/build/lsp/erlang/gleam_version
··· 1 - 1.5.0
test-project-compiler/support/package_a/build/lsp/erlang/package_a/_gleam_artefacts/package_a.cache

This is a binary file and will not be displayed.

test-project-compiler/support/package_a/build/lsp/erlang/package_a/_gleam_artefacts/package_a.cache_meta

This is a binary file and will not be displayed.

test-project-compiler/support/package_a/build/lsp/erlang/package_a/_gleam_artefacts/package_a.cache_warnings

This is a binary file and will not be displayed.

-1
test-project-compiler/support/package_a/build/packages/packages.toml
··· 1 - [packages]
+1
test/compile_package0/.gitignore
··· 1 1 out 2 + build
-1
test/compile_package0/build/packages/packages.toml
··· 1 - [packages]
+1
test/errors/type_unify_int_string/.gitignore
··· 1 + build
+1
test/hello_world/.gitignore
··· 13 13 .rebar 14 14 logs 15 15 _build 16 + build 16 17 .idea 17 18 *.iml 18 19 rebar3.crashdump
-1
test/hello_world/build/packages/packages.toml
··· 1 - [packages]