Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add alternative sftp settings file (#3006) | Gruber | 2020-02-10 | 1 | -0/+1 |
| | | | | | | * add alternative sftp settings file * update for possible multiple alt* numbered files | ||||
* | Add Umbraco V8 packages folder location (#3302) | Michaël Vanbrabandt | 2020-02-10 | 1 | -0/+1 |
| | | | | | In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location. | ||||
* | [Python] .python-version should NOT be ignored (#3274) | Santiago Basulto | 2020-02-09 | 1 | -1/+3 |
| | |||||
* | Update concrete5 gitignore (#3176) | shahroq | 2020-02-09 | 1 | -1/+18 |
| | |||||
* | Update Unity.gitignore (#3297) | Daniel Heim | 2020-02-09 | 1 | -0/+1 |
| | | | | Unity 2020 introduces a new "UserSettings" top-level project folder. See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information. | ||||
* | Ignore .pytype/ directory (#3301) | Brad Solomon | 2020-02-09 | 1 | -0/+3 |
| | | | | | pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi. | ||||
* | [Global/Eclipse] Make .project opt-in (#3305) | Douglas Larson | 2020-02-09 | 1 | -0/+4 |
| | | | The project description file. | ||||
* | Update PureScript adding .spago (#3278) | Hideaki KAWAI | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | [Godot] Ignore imported translations (#3269) | Hugo Locurcio | 2020-01-20 | 1 | -0/+3 |
| | | | | | The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control. | ||||
* | TeX: Ignore REVTeX generated Notes.bib files (#3286) | Henri Menke | 2020-01-20 | 1 | -0/+5 |
| | |||||
* | Update Autotools.gitignore (#3271) | Leonardo Romor | 2020-01-20 | 1 | -0/+1 |
| | |||||
* | Added a comment why MemoryCaptures get excluded (#3276) | FritzsHero | 2020-01-20 | 1 | -0/+3 |
| | |||||
* | Ignore files inside `.vscode-test` (#3256) | Simon Siefke | 2019-12-16 | 1 | -0/+3 |
| | | | | | | | | * Ignore files inside `.vscode-test` [vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension. * Update Node.gitignore | ||||
* | added Coverlet result files as a Code Coverage Tool (#3252) | Łukasz Kurzyniec | 2019-12-16 | 1 | -0/+3 |
| | |||||
* | [Unity] Fix ignore Jetbrains plugin folder (#3266) | 狂飙 | 2019-12-16 | 1 | -1/+1 |
| | | | Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder. | ||||
* | Added gitignore for GNOME Extension (#3268) | Pellegrino Prevete | 2019-12-16 | 1 | -0/+3 |
| | |||||
* | Update Node.gitignore (#3264) | anishagg17 | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Added jarRepositories.xml as an optional ignore (#3254) | davidkron | 2019-12-06 | 1 | -0/+1 |
| | | | Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle. | ||||
* | Add .env.* to optionally ignored files in Rails.gitignore. (#3065) | hshimoyama | 2019-12-06 | 1 | -2/+3 |
| | |||||
* | Modified comment on Asset meta data ignore to better explain usage. (#3249) | Drew Barnett | 2019-11-27 | 1 | -1/+1 |
| | |||||
* | Update Coq.gitignore after coq/coq#11075 (#3247) | Jason Gross | 2019-11-25 | 1 | -0/+1 |
| | | | Add .vok files from https://github.com/coq/coq/pull/11075 | ||||
* | wtf is a pyflow (#3242) | mrg0029 | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Added aar file type to gitignore (#3233) | Michał Dobrzanski | 2019-11-17 | 1 | -0/+1 |
| | |||||
* | exclude compiler.xml and artifacts when using Gradle (#3236) | davidkron | 2019-11-17 | 1 | -0/+2 |
| | | | In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control. | ||||
* | ignore new directory added in Android Studio 3.5 (#3232) | Brendan Forster | 2019-11-08 | 1 | -0/+1 |
| | |||||
* | Ignore the __pypackages__ folder for pyflow users. (#3205) | Omer Katz | 2019-11-08 | 1 | -0/+3 |
| | | | See https://github.com/David-OConnor/pyflow for details. | ||||
* | exclude *.tps files from TeXnicCenter (#3213) | Aikhjarto | 2019-11-08 | 1 | -0/+3 |
| | | | TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in. | ||||
* | exclude .Renviron (#3214) | raybuhr | 2019-11-08 | 1 | -0/+3 |
| | |||||
* | Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223) | Jason Gross | 2019-11-08 | 1 | -0/+2 |
| | |||||
* | Added celerybeat.pid (#3229) | Petronald Green | 2019-11-08 | 1 | -1/+2 |
| | |||||
* | Add crash.log to Packer.gitignore (#3230) | Sean Nixon | 2019-11-08 | 1 | -0/+3 |
| | | | If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control. | ||||
* | JustCode has been discontinued as the features it provided are now included ↵ | Matthew | 2019-11-07 | 1 | -3/+0 |
| | | | | in Visual Studio 2017 and newer. (#3227) | ||||
* | Update Archives.gitignore (#3220) | Yousha Aleayoub | 2019-10-31 | 1 | -0/+4 |
| | |||||
* | Comment out / add note about conflicting gitignore lines (#3204) | Karl Horky | 2019-10-24 | 2 | -13/+7 |
| | | | | | | | | | * Remove conflicting gitignore lines, add reference Ref (introduction of a new "public" folder in Next.js): https://nextjs.org/blog/next-9-1#public-directory-support * Improve solution to conflicting files | ||||
* | IPython support for jupyter-notebook gitignore files (#3211) | Roman | 2019-10-23 | 1 | -1/+4 |
| | |||||
* | Update to Global/VisualStudioCode (#3201) | Jens Kürschner | 2019-10-10 | 1 | -0/+1 |
| | | | Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences. | ||||
* | Add versioned so files extension to Qt.gitignore (#3186) | Miklós Márton | 2019-10-09 | 1 | -0/+1 |
| | | | Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git. | ||||
* | Add qmake generated prl files to Qt.gitignore (#3187) | Miklós Márton | 2019-10-09 | 1 | -0/+1 |
| | |||||
* | Ruby: ignore RuboCop remote inherited config files (#3197) | Skye Shaw | 2019-10-04 | 1 | -0/+3 |
| | |||||
* | Add apt_generated_test/ (#3193) | Oliver Kopp | 2019-10-03 | 1 | -0/+1 |
| | |||||
* | Added tern-port (#3195) | MCSH | 2019-10-03 | 1 | -0/+3 |
| | |||||
* | feat: Add microbundle cache (#3116) | Richie Bendall | 2019-09-21 | 1 | -0/+6 |
| | |||||
* | Ignore coverage annotations reports. (#3131) | Omer Katz | 2019-09-20 | 1 | -0/+1 |
| | |||||
* | Added new checksums and allows for relative directories (#3128) | Jordan Zucker | 2019-09-20 | 1 | -7/+8 |
| | |||||
* | [VisualStudio] add Logs folder (#3143) | Paul Smith | 2019-09-20 | 1 | -0/+1 |
| | | | | | | | | | | * Adding ignore rule for temporary office files. * Adding Logs folder to ignore file. * Revert "Adding ignore rule for temporary office files." This reverts commit f6f191b12865614df05257363917b3eada058909. | ||||
* | Add generated translations to the .gitignore (#3159) | Miklós Márton | 2019-09-20 | 1 | -0/+1 |
| | | | The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated. | ||||
* | Remove `release/` from Android.gitignore (#3162) | Mohsen Mirhoseini | 2019-09-20 | 1 | -1/+2 |
| | | | | | | Having `release/` in an Android project gitignore means those apps which have different build types files for `debug` and `release` will fall into this and all `release` related files will be never added or will be removed from repository at some point. | ||||
* | Add rebar3 tool files and directories (#3178) | Antoine Gagné | 2019-09-16 | 1 | -3/+10 |
| | | | | | | * Add rebar3 tool files and directories * Add headers to specify tools artifacts | ||||
* | Ignore GatsbyJS files (#3180) | Imed Adel | 2019-09-16 | 1 | -0/+4 |
| | |||||
* | Updated Nim.gitignore (#3172) | Akito13 | 2019-09-10 | 1 | -0/+2 |
| | | | | * added further cache directory * added auto-generated documentation location |