mirror of
https://github.com/CompeyDev/lei.git
synced 2025-05-04 10:43:49 +01:00
* Moved cloning functionality into its own `cloneSrc` function * Start writing compiled data into CWD instead of user home dir, in order to prevent mangling between projects * Introduce `LEI_LUAU_SRC` variable to allow users to provide a path to an already checked out luau source dir; when not set, a temporary directory is created and removed after compilation * Do not panic if cmake build dir already exists, just skip creating in that case * Automatically set required C includes path for commands * Added warning to commands if the `.lei` directory is not present in the gitignore
24 lines
423 B
Text
24 lines
423 B
Text
# Mac OS X files
|
|
.DS_Store
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
|
|
.glide/
|
|
|
|
# Build script compiled data
|
|
.lei/
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|