Skip to content

unwanted .git folders appear in each build subfolder2  #7

@tetrapharmakon

Description

@tetrapharmakon
├── 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)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions