Keep separate gitignore files

This commit is contained in:
Adw8 2024-09-05 16:16:37 +05:30
parent e5e1a2ff19
commit e669535ca5
4 changed files with 9 additions and 1 deletions

3
l2-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
out
hosts.ini
l2-vars.yml

3
nitro-bridge-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
out
bridge-vars.yml
hosts.ini

View File

@ -1,3 +1,3 @@
target_host: "localhost"
nitro_directory: ./out
nitro_directory: out
skip_container_build: false

2
nitro-nodes-setup/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
nitro-vars.yml
out