-
## Description
`jj` does not seem to correctly handle `.gitignore` lines that end with a slash.
Instead of only ignoring *directories* that match the part preceding the trailing slash, it ignores …
-
On my workstations, I'll usually have `.DS_Store` in a Mac's global Git ignores, or `desktop.ini` for Windows. That global gitignore is found via the `core.excludesfile` Git config.
Don't know how …
-
just in case, If you want to ignore the node_modules/ folder for all services in a microservices structure, you can do this by adding the following rule to your .gitignore file at the root level:
…
-
-
### The problem
When adding a Netgear M4250 device, the CPU utilization graph does not show up.
There are still alerts from high CPU usage that seem to be working. Memory graph show up and seem to…
-
-
### Prerrequisitos
(Marcar colocando una `X` entre los corchetes los ítems que ya hiciste, así: `"[X]"`)
* "[X]" Leí las reglas del foro (https://github.com/IIC2233/Syllabus/wiki/3.-Reglas-del…
-
Usually, it's a good practice to include all the files generated from the build in the `.gitignore` file so that the project only contains the files strictly necessary for building and documentation.
…
-
Hi,
Could you add a gitignore to avoid commiting stuff like `__pycache__` (or `.ipynb_checkpoints`); as it causes conflits.
Thanks;
-
##### **Overview of the issue**
.gitignore removes .idea from git, but .idea has been designed to be versioned and shared in .git
Only a few files inside .idea/ must not be versioned as explained…