-
We need to create a .girfawefa file and add .log files.
-
For real dude, it's clogging unstaged files for no reason:
![screen shot 2018-01-15 23 39 20](https://user-images.githubusercontent.com/23104281/34960761-587389ce-fa4d-11e7-84b2-03e31aa0cb40.png)
-
### Intended Project Dir
```
exSpent/
frontend/
...
backend/
exSpent_app/ # django app is here
api/ # should api …
-
I have the following iglob-file
```
!*.pfx
!*.log
```
and I backup the .ssh folder with the following `.gitignore` file in it
```
netbird-200:~/.ssh# cat .gitignore
!*.pfx
*.old
netbir…
-
### What are you trying to do?
Provide an easy way to clear a directory of any files ignored by git. The formal definition can be found [here ](https://git-scm.com/docs/gitignore).
My suggestion…
-
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce:
1. try to add vscode folder from project on gitignore …
-
Add this code below in .gitignore may be helpful for MacOS & VSCode User for pulling their requests, and make the repo clearer.
```git
# vscode
.vscode
# mac
.DS_Store
```
-
-
Este archivo nos permitirá filtrar los elemento que subamos.
-
## WHY
When I tried to use `grapi` to start a new project, lots of binary generated in `bin` directory, which I don't want to include int the initial commit
## WHAT
Include .gitignore to the …