update .gitignore to ignore .toml (#1404)
* update .gitignore to ignore .toml
Prevent accidental .toml checkins for fly.io deploys!
* Update .gitignore
ignore fly.toml
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
* Update .gitignore
---------
Co-authored-by: dni ⚡ <office@dnilabs.com>
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
parent
865f4712c4
commit
e7802c27ab
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -40,6 +40,8 @@ docker
|
||||||
# Nix
|
# Nix
|
||||||
*result*
|
*result*
|
||||||
|
|
||||||
|
# fly.io
|
||||||
|
fly.toml
|
||||||
|
|
||||||
# Ignore extensions (post installable extension PR)
|
# Ignore extensions (post installable extension PR)
|
||||||
extensions/
|
upgrades/
|
||||||
upgrades/
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue