aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add alternative sftp settings file (#3006)Gruber2020-02-101-0/+1
| | | | | | * add alternative sftp settings file * update for possible multiple alt* numbered files
* Add Umbraco V8 packages folder location (#3302)Michaël Vanbrabandt2020-02-101-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 Basulto2020-02-091-1/+3
|
* Update concrete5 gitignore (#3176)shahroq2020-02-091-1/+18
|
* Update Unity.gitignore (#3297)Daniel Heim2020-02-091-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 Solomon2020-02-091-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 Larson2020-02-091-0/+4
| | | The project description file.
* Update PureScript adding .spago (#3278)Hideaki KAWAI2020-01-211-0/+1
|
* [Godot] Ignore imported translations (#3269)Hugo Locurcio2020-01-201-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 Menke2020-01-201-0/+5
|
* Update Autotools.gitignore (#3271)Leonardo Romor2020-01-201-0/+1
|
* Added a comment why MemoryCaptures get excluded (#3276)FritzsHero2020-01-201-0/+3
|
* Ignore files inside `.vscode-test` (#3256)Simon Siefke2019-12-161-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 Kurzyniec2019-12-161-0/+3
|
* [Unity] Fix ignore Jetbrains plugin folder (#3266)狂飙2019-12-161-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 Prevete2019-12-161-0/+3
|
* Update Node.gitignore (#3264)anishagg172019-12-161-1/+1
|
* Added jarRepositories.xml as an optional ignore (#3254)davidkron2019-12-061-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)hshimoyama2019-12-061-2/+3
|
* Modified comment on Asset meta data ignore to better explain usage. (#3249)Drew Barnett2019-11-271-1/+1
|
* Update Coq.gitignore after coq/coq#11075 (#3247)Jason Gross2019-11-251-0/+1
| | | Add .vok files from https://github.com/coq/coq/pull/11075
* wtf is a pyflow (#3242)mrg00292019-11-181-1/+1
|
* Added aar file type to gitignore (#3233)Michał Dobrzanski2019-11-171-0/+1
|
* exclude compiler.xml and artifacts when using Gradle (#3236)davidkron2019-11-171-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 Forster2019-11-081-0/+1
|
* Ignore the __pypackages__ folder for pyflow users. (#3205)Omer Katz2019-11-081-0/+3
| | | See https://github.com/David-OConnor/pyflow for details.
* exclude *.tps files from TeXnicCenter (#3213)Aikhjarto2019-11-081-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)raybuhr2019-11-081-0/+3
|
* Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223)Jason Gross2019-11-081-0/+2
|
* Added celerybeat.pid (#3229)Petronald Green2019-11-081-1/+2
|
* Add crash.log to Packer.gitignore (#3230)Sean Nixon2019-11-081-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 ↵Matthew2019-11-071-3/+0
| | | | in Visual Studio 2017 and newer. (#3227)
* Update Archives.gitignore (#3220)Yousha Aleayoub2019-10-311-0/+4
|
* Comment out / add note about conflicting gitignore lines (#3204)Karl Horky2019-10-242-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)Roman2019-10-231-1/+4
|
* Update to Global/VisualStudioCode (#3201)Jens Kürschner2019-10-101-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árton2019-10-091-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árton2019-10-091-0/+1
|
* Ruby: ignore RuboCop remote inherited config files (#3197)Skye Shaw2019-10-041-0/+3
|
* Add apt_generated_test/ (#3193)Oliver Kopp2019-10-031-0/+1
|
* Added tern-port (#3195)MCSH2019-10-031-0/+3
|
* feat: Add microbundle cache (#3116)Richie Bendall2019-09-211-0/+6
|
* Ignore coverage annotations reports. (#3131)Omer Katz2019-09-201-0/+1
|
* Added new checksums and allows for relative directories (#3128)Jordan Zucker2019-09-201-7/+8
|
* [VisualStudio] add Logs folder (#3143)Paul Smith2019-09-201-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árton2019-09-201-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 Mirhoseini2019-09-201-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-161-3/+10
| | | | | | * Add rebar3 tool files and directories * Add headers to specify tools artifacts
* Ignore GatsbyJS files (#3180)Imed Adel2019-09-161-0/+4
|
* Updated Nim.gitignore (#3172)Akito132019-09-101-0/+2
| | | | * added further cache directory * added auto-generated documentation location