Keep separate gitignore files

This commit is contained in:
Adw8 2024-09-05 16:16:37 +05:30
parent 469d6d297f
commit a058220e3b
5 changed files with 9 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
l2-setup/out
l2-setup/hosts.ini
nitro-bridge-setup/out
nitro-bridge-setup/bridge-vars.yml
nitro-nodes-setup/nitro-vars.yml
nitro-nodes-setup/out/
l2-setup/l2-vars.yml

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