-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
├── build
│ ├── amsart
│ │ ├── bib
│ │ │ ├── allofthem.bib
│ │ │ └── .git
│ │ ├── eptcs.cls
│ │ ├── fouche
│ │ │ ├── act-fouche.sty
│ │ │ ├── fouche.sty
│ │ │ ├── .git <- this .git is desirable, because "/fouche" is a submodule
│ │ │ ├── .gitignore
│ │ │ ├── .gitmodules
│ │ │ └── lipics-fouche.sty
│ │ ├── Gemfile
│ │ ├── Gemfile.lock
│ │ ├── .git <- this is unwanted.
│ │ │ ├── branches
│ │ │ ├── config
│ │ │ ├── ...
(Note: the issue might be solved by just .gitignoreing the /build directory)
Reactions are currently unavailable