mirror of https://github.com/hannobraun/Fornjot
Keep experiment config out of of top-level file
This commit is contained in:
parent
7c034a2c16
commit
53cffe0bfe
|
@ -1,6 +1,5 @@
|
||||||
# Cargo
|
# Cargo
|
||||||
/target
|
/target
|
||||||
/experiments/*/target
|
|
||||||
|
|
||||||
# IDE Configurations
|
# IDE Configurations
|
||||||
**/.vs/ # Visual Studio
|
**/.vs/ # Visual Studio
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Cargo
|
||||||
|
/target
|
Loading…
Reference in New Issue