mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 05:36:09 +03:00
templates: add .gitignore file (#254)
This commit is contained in:
parent
ba201b5632
commit
746a603a61
2
examples/alt-registry/.gitignore
vendored
Normal file
2
examples/alt-registry/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/cross-musl/.gitignore
vendored
Normal file
2
examples/cross-musl/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/cross-rust-overlay/.gitignore
vendored
Normal file
2
examples/cross-rust-overlay/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/cross-windows/.gitignore
vendored
Normal file
2
examples/cross-windows/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/custom-toolchain/.gitignore
vendored
Normal file
2
examples/custom-toolchain/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/quick-start-simple/.gitignore
vendored
Normal file
2
examples/quick-start-simple/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
2
examples/quick-start/.gitignore
vendored
Normal file
2
examples/quick-start/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/target
|
||||
result*
|
Loading…
Reference in New Issue
Block a user