| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add ".serverless" to gitignore
|
|/ |
|
|\
| |
| | |
Ignore Terraform crash log files
|
| | |
|
|\ \
| | |
| | | |
Add all Sass sourcemap file formats
|
| |/ |
|
|\ \
| |/
|/| |
Add Vuepress build defalult output Directory
|
|/ |
|
|\
| |
| | |
Do not ignore launchsettings.json for VS
|
|/
|
|
|
|
|
| |
Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x).
This settings will be useful if shared among project members, so it should be commited to the repo.
Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not.
|
|\
| |
| | |
Add latexrun default directory for auxiliary files
|
| | |
|
|\ \
| |/
|/| |
Remove tfvars files from Terraform.gitignore
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.:
```bash
$ tree terraform/roots/vpc
terraform/roots/vpc
├── env
│ ├── production.tfvars
│ ├── qa.tfvars
│ └── staging.tfvars
└── main.tf
```
There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file.
|
|\ \
| | |
| | | |
Update JetBrains.gitignore
|
|/ /
| |
| |
| |
| | |
ignore dbnavigator.xml
because it contains sensitive data, such as host, port, db, user name, and so on.
|
|\ \
| | |
| | | |
Ignore Reporting Project Upgrade backup files
|
|/ /
| |
| | |
The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
|
|\ \
| | |
| | | |
Add persistent undo to Vim.gitignore
|
|/ / |
|
|\ \
| | |
| | | |
adding exception for *.spl from elsarticle.cls
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Added *.opendb
|
|/ / |
|
|\ \
| | |
| | | |
[Fastlane] Specify screenshot files only, rather than whole folder (i…
|
| | |
| | |
| | |
| | |
| | |
| | | |
the user has frameit config)
The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files.
|
|\ \ \
| | | |
| | | | |
Visual studio cache issue
|
|/ / /
| | |
| | | |
/.vs/ do not catch the visual studio cache folder but .vs/ do
|
|\| |
| | |
| | | |
[Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config)
|
| | | |
|
| | |
| | |
| | |
| | | |
The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshots.
|
|\ \ \
| |/ /
|/| | |
[TeX] Ignore generated *.xmpi files
|
|/ /
| |
| |
| |
| | |
Source: https://texdoc.net/pkg/xmpincl -> page 3:
> basically create a new file .xmpi
|
|\ \
| | |
| | | |
Add shelf to JetBrains.gitignore
|
| |/ |
|
|\ \
| | |
| | | |
Added Apache NiFi .nar files
|
|/ / |
|
|\ \
| | |
| | | |
Added *.nlo and *.nls extensions to TeX.gitignore
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update Android.gitignore
|
| | | |
| | | |
| | | |
| | | | |
Ignore .idea/assetWizardSettings.xml for Android Studio 3.1
|
|\ \ \ \
| |_|/ /
|/| | | |
Added MFractor's working folder to VisualStudio.gitignore
|
|/ / /
| | |
| | |
| | |
| | | |
MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers.
The `.mfractor/` folder should not be included in source control (but often is).
|
|\ \ \
| | | |
| | | | |
added: *.iobj, *.ipdb
|
| | | |
| | | |
| | | |
| | | | |
"These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled."
https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015
|
|\ \ \ \
| | | | |
| | | | | |
Add a new .msix extension
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files.
References:
https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/
https://github.com/Microsoft/msix-packaging
|
|\ \ \ \
| |_|_|/
|/| | | |
Fix the anchor to ignore section
|
|/ / / |
|