1
0

3594 Commits

Author SHA1 Message Date
Patrick Schratz
3df9bc0bd9
Update R.gitignore () 2020-03-28 11:47:35 -03:00
Meysam
e931ef7f3e
[Python] adding IDE & static related stuff () 2020-03-13 08:53:35 -03:00
Arcadiy Ivanov
ae5431d6f0
Changes to PyBuilder 0.12+ ()
PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.
2020-03-12 15:49:35 -03:00
Miklós Márton
ef59ea57e8
Extend Qt.gitignore with qmlcache qrc files ()
Projects using QML files generating a temporary qrc file if a qrc file present in the project.
2020-03-12 15:47:06 -03:00
jymok12
c851a10cab
update README () 2020-03-12 08:23:31 -03:00
Jeffrey Walton
811be05b83
Add Win32/ to gitginore list ()
Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.
2020-03-12 08:21:54 -03:00
Christoph Niethammer
c022baa505
Update Autotools.gitignore. ()
Ignore .dirstamp files from automake used for non-existing directory dependencies.
2020-03-12 08:14:59 -03:00
Patrick Roche
0af689b988
[VisualStudio] Add rule for ScaffoldingReadMe.txt () 2020-03-11 18:06:43 -03:00
ChiefORZ
be4f76b416
[Node] Add yarn v2 excludes () 2020-03-11 10:08:37 -03:00
JasperCiti
dc8c27c5f9
Add Unity's Addressables and Android's temp files. ()
* Added Addressables.

Prevent automatically generated addressable files to end up in Git.

* Update .gitignore to exclude packed Addressables and Android auto-generated files.
2020-03-11 10:07:49 -03:00
Sam Gleske
81ebaeca41
Improved JENKINS_HOME example ()
After years of use I've come up with some improvements to the
`JENKINS_HOME.gitignore` example.

- Major performance improvement: On very large Jenkins installations that
  have been running for more than one year, there tends to be many builds
  (hundreds of thousands of builds).  The `builds` directory of these
  jobs contain millions of files which would cause Git to hang for
  several minutes on simple commands like `git status` and longer for
  committing changes.  `strace` was used on Git to figure out the
  performance impact and this proposed change includes the optimization.
  I also added a clear comment explaining the line's purpose.
- There's an example for how to include Jenkins encryption keys, and
  there's a disclaimer informing the user why they shouldn't but still
  giving an example.
- Comments have been reworded and slightly reformatted to be a little
  more clear.
2020-03-11 10:03:44 -03:00
Elijah Shaw-Rutschman
589831e1dc
Ignore Cython debug symbols ()
Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.
2020-03-11 09:59:33 -03:00
MetaJuanito Fatas
823e38ff68
Add /public/uploads for file upload gem Shrine ()
When using a file upload gem called Shrine, its file system mode put images under `public/uploads`.

053bcf297e/doc/storage/file_system.md
2020-03-11 09:54:02 -03:00
A. Said Aslan
4d4af94e22
Update Drupal.gitignore () 2020-03-11 09:44:55 -03:00
Simon Siefke
863f9d209d
update parcel cache () 2020-03-11 09:28:59 -03:00
Rohan Sakhale
9904c12244
Jigsaw () 2020-03-11 09:13:00 -03:00
Marouane Hassine
1095d93097
Update for Prestashop 1.7 () 2020-03-11 09:10:57 -03:00
mr
8918d73afe
Add period. () 2020-03-11 09:09:58 -03:00
dsrini.open
289a9e700a Ignore AWS specific file with IDEA 2020-03-04 17:16:41 -06:00
bitbonk
599646e9d0
Include Rider as a supported IDE ()
AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible.
2020-02-28 08:30:29 -04:00
Bart Verhagen
d650516d96
Changed TeX to not ignore tikz files by default. () 2020-02-25 08:54:06 -04:00
Jeffrey Priebe
219b1250ba
Remote typings ignore from node gitignore ()
Similar to , it's the defacto tsc way now for adding typings locally.
2020-02-24 13:04:31 -04:00
bakkiung
65047ae444
Add ignore to umbraco folder ()
Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms
2020-02-21 06:41:41 -04:00
frederikhors
ea2c3d43c9
Use real conventions
Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
2020-02-21 00:12:58 +01:00
Juan Julián Merelo Guervós
111cf18136
Changes the name of Perl 6 to Raku ()
Since October 2019, Raku is the name of the language formerly known as
Perl 6. This reflects the change. It's the same language, so changes
are mostly cosmetic.
2020-02-19 14:10:09 -04:00
Xuan (Sean) Hu
83ff6af378
Add cover/ to Python.gitignore. () 2020-02-19 14:09:45 -04:00
Igor Strebezhev
8d88fa5215
Add snowpack dependency directory () 2020-02-19 14:08:11 -04:00
Chris Kipp
55df35ee63 add in global metals () 2020-02-10 06:34:56 -04:00
Gruber
98f28b4bc4 add alternative sftp settings file ()
* add alternative sftp settings file

* update for possible multiple alt* numbered files
2020-02-10 06:21:09 -04:00
Michaël Vanbrabandt
6e5b49b1d5 Add Umbraco V8 packages folder location ()
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.
2020-02-10 06:20:24 -04:00
Santiago Basulto
583f11eddd [Python] .python-version should NOT be ignored () 2020-02-09 21:25:26 -04:00
shahroq
7cc00a1cd0 Update concrete5 gitignore () 2020-02-09 20:09:03 -04:00
Daniel Heim
7b5783ace7 Update Unity.gitignore ()
Unity 2020 introduces a new "UserSettings" top-level project folder.
See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information.
2020-02-09 18:34:10 -04:00
Brad Solomon
9627ac2173
Ignore .pytype/ directory ()
pytype is a static type analyzer for Python code;
it generates files of inferred type information,
located by default in .pytype/pyi.
2020-02-09 18:23:33 -04:00
Douglas Larson
584ee18cc1
[Global/Eclipse] Make .project opt-in ()
The project description file.
2020-02-09 18:20:27 -04:00
Jakob Sagatowski
7d05cd61d4 As a product of enabling the write of separate LineIDs (described here https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3. 2020-01-25 19:13:52 +01:00
Pedro Machado Santa
cd92ee374a Add languages folder and add commented lines for a whitelist approach 2020-01-23 20:16:15 +00:00
Pedro Machado Santa
3514a03514 Update gitignore with note/option for wp core commit 2020-01-23 18:27:27 +00:00
Pedro Machado Santa
4d9d3fff4a Update and fix WordPress gitignore 2020-01-22 01:51:50 +00:00
Hideaki KAWAI
7ab549fcae Update PureScript adding .spago () 2020-01-21 08:57:39 -04:00
Hugo Locurcio
0e8e8b1b7e [Godot] Ignore imported translations ()
The Godot editor automatically creates those binary files from
translations in CSV format. There's no need to add them to
version control.
2020-01-20 17:16:11 -04:00
Henri Menke
eed88c1c79 TeX: Ignore REVTeX generated Notes.bib files () 2020-01-20 16:34:00 -04:00
Leonardo Romor
b24e6f73a5 Update Autotools.gitignore () 2020-01-20 16:07:50 -04:00
FritzsHero
f726843f1b Added a comment why MemoryCaptures get excluded () 2020-01-20 15:20:24 -04:00
Simon Siefke
6c87d249af Ignore files inside .vscode-test ()
* 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
2019-12-16 09:17:17 -04:00
Łukasz Kurzyniec
b4551f2e98 added Coverlet result files as a Code Coverage Tool () 2019-12-16 09:16:35 -04:00
狂飙
1e667576ce [Unity] Fix ignore Jetbrains plugin folder ()
Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder.
2019-12-16 09:07:58 -04:00
Pellegrino Prevete
8a4b27815c Added gitignore for GNOME Extension () 2019-12-16 09:07:49 -04:00
anishagg17
6e7ca9805e Update Node.gitignore () 2019-12-16 09:06:40 -04:00
davidkron
21e9f06539 Added jarRepositories.xml as an optional ignore ()
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.
2019-12-06 06:08:39 -04:00