mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
20 lines
191 B
Plaintext
20 lines
191 B
Plaintext
# generated artifacts
|
|
install-*.sh
|
|
install-*.bat
|
|
install-*.ps1
|
|
|
|
# local config
|
|
.env.*
|
|
*.env
|
|
.env
|
|
!example.env
|
|
|
|
# caches
|
|
_cache/
|
|
node_modules/
|
|
|
|
# temporary & backup files
|
|
.*.sw*
|
|
*.bak
|
|
*.bak.*
|