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
|
**/*.synctex.gz
|
||||||
**/*.tkzfct.*
|
**/*.tkzfct.*
|
||||||
|
|
||||||
|
**/tmp/*
|
||||||
|
|
||||||
test/
|
test/
|
||||||
*~
|
*~
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
\RequirePackage{xsim}
|
\RequirePackage{xsim}
|
||||||
|
|
||||||
\xsimsetup{
|
\xsimsetup{
|
||||||
path={exercises}
|
path={tmp}
|
||||||
}
|
}
|
||||||
|
|
||||||
\DeclareExerciseTranslations{total}{
|
\DeclareExerciseTranslations{total}{
|
||||||
|
Loading…
Reference in New Issue
Block a user