Feat(Style): Xsim build file goes to ./tmp/ and it is ignore in git
This commit is contained in:
parent
766408b0f5
commit
bad5ebeb15
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
**/*.synctex.gz
|
||||
**/*.tkzfct.*
|
||||
|
||||
**/tmp/*
|
||||
|
||||
test/
|
||||
*~
|
||||
|
@ -29,7 +29,7 @@
|
||||
\RequirePackage{xsim}
|
||||
|
||||
\xsimsetup{
|
||||
path={exercises}
|
||||
path={tmp}
|
||||
}
|
||||
|
||||
\DeclareExerciseTranslations{total}{
|
||||
|
Loading…
Reference in New Issue
Block a user