chore(git): add gitignore
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
904ae8d189
commit
c8fb0de709
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Ignore VSCode files
|
||||
.vscode
|
||||
|
||||
# Ignore deps
|
||||
node_modules
|
||||
|
||||
# Ignore changes to the playground playbook
|
||||
playbooks/playground.yml
|
Loading…
Reference in a new issue