add caddyfile to gitignore
This commit is contained in:
parent
481382f64d
commit
7fc6fdddd9
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,6 +1,9 @@
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/node
|
# Created by https://www.toptal.com/developers/gitignore/api/node
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node
|
# Edit at https://www.toptal.com/developers/gitignore?templates=node
|
||||||
|
|
||||||
|
### Caddy ###
|
||||||
|
Caddyfile
|
||||||
|
|
||||||
### Typescript ###
|
### Typescript ###
|
||||||
# Compile artifacts
|
# Compile artifacts
|
||||||
*.js
|
*.js
|
||||||
|
|
Loading…
Reference in a new issue