diff --git a/.gitignore b/.gitignore index aec5e2d..c389b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,30 @@ -# Editor directories and temporary files -.vscode/ -.idea/ -*.swp -*~ -.project - # MacOS system files .DS_Store # Visual Studio Code settings .vscode -# Coverage files generated by Julia +# Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov -# Memory allocation logs from Julia +# Files generated by invoking Julia with --track-allocation *.jl.mem -# Dependency directories containing system-specific paths -deps/ +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed +deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ -# Documentation build artifacts +# Build artifacts for creating documentation generated by the Documenter package docs/build/ docs/site/ -# Package manifest file (commit for applications, ignore for libraries) +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. Manifest.toml diff --git a/Project.toml b/Project.toml index 11f78b7..88386db 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TemplateTools" uuid = "4b1000a4-b9b7-4319-98e4-c9b821a8e3b0" -version = "2.0.0" +version = "2.1.0" [deps] UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" diff --git a/templates/general/.gitignore b/templates/general/.gitignore index aec5e2d..c389b6d 100644 --- a/templates/general/.gitignore +++ b/templates/general/.gitignore @@ -1,29 +1,30 @@ -# Editor directories and temporary files -.vscode/ -.idea/ -*.swp -*~ -.project - # MacOS system files .DS_Store # Visual Studio Code settings .vscode -# Coverage files generated by Julia +# Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov -# Memory allocation logs from Julia +# Files generated by invoking Julia with --track-allocation *.jl.mem -# Dependency directories containing system-specific paths -deps/ +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed +deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ -# Documentation build artifacts +# Build artifacts for creating documentation generated by the Documenter package docs/build/ docs/site/ -# Package manifest file (commit for applications, ignore for libraries) +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. Manifest.toml diff --git a/templates/green/.gitignore b/templates/green/.gitignore index aec5e2d..c389b6d 100644 --- a/templates/green/.gitignore +++ b/templates/green/.gitignore @@ -1,29 +1,30 @@ -# Editor directories and temporary files -.vscode/ -.idea/ -*.swp -*~ -.project - # MacOS system files .DS_Store # Visual Studio Code settings .vscode -# Coverage files generated by Julia +# Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov -# Memory allocation logs from Julia +# Files generated by invoking Julia with --track-allocation *.jl.mem -# Dependency directories containing system-specific paths -deps/ +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed +deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ -# Documentation build artifacts +# Build artifacts for creating documentation generated by the Documenter package docs/build/ docs/site/ -# Package manifest file (commit for applications, ignore for libraries) +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. Manifest.toml