diff options
author | Simão Gomes Viana <80681087+simaotwx@users.noreply.github.com> | 2021-03-29 18:54:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 10:54:38 -0600 |
commit | a87f757fccabfbaa7c8f80b1acd5faaf8d7d6297 (patch) | |
tree | 992d9c44e452038647e6f7db97435c772ee317e0 /.gitignore | |
parent | 0018b9be0d2e409cd80367c9e8403188723d0996 (diff) |
.gitignore: add IDE files (#4087)
These tend to clutter up repositories.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,3 +21,7 @@ vendor dist caddy-build caddy-dist + +# IDE files +.idea/ +.vscode/ |