Commit Graph

3105 Commits

Author SHA1 Message Date
Kevin Jiang 7eef17f37c Ignore transpiled .java and .class files (#3016) 2019-03-27 08:31:02 -03:00
Lucas Steer 56e3f5a7b2 [Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980)
* Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly

* Added comment to recommend .gitignore placement; added leading slash for AssetStoreTools rule

* Added a leading slash to never ignore .meta files in the root Asset folder
2019-03-23 15:29:17 -03:00
Aaron Zeng 6d467f5ebe Update OCaml.gitignore (#3010) 2019-03-21 14:10:28 -03:00
Jimmy Lewis 7f765e3f2a Remove wwwroot/lib exclusion for ASP.NET Core (#3009)
ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.

This change removes the lines added by #2307.

**Reasons for making this change:**

VS default flow is now broken by excluding files required to run an ASP.NET Core project.

**Links to documentation supporting these rule changes:**

The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
2019-03-20 19:06:32 -03:00
prs513rosewood 91cca656df Update SCons.gitignore (#3001)
Added some files that SCons generates when its tries to configure libraries.
2019-03-18 09:14:04 -03:00
Nicolas Del Valle cf8aca5249 Update Node.gitignore (#3002) 2019-03-18 09:12:18 -03:00
Alex Arslan 76512d9b96 Add more standard ignored files for Julia (#2992)
* Add more standard ignored files for Julia

In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level.

* Clarify the intent of each ignored item

Also add a few more build artifacts from BinaryProvider/BinDeps.
2019-03-14 13:41:28 -03:00
OKURA Masafumi 1a417fe294 Don't ignore tmp and log directory (#2999)
https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully.
2019-03-14 09:55:38 -03:00
Nick bbd09f3585 Add more Windows Store app package types (#2995)
Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps.
See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages
2019-03-14 08:58:52 -03:00
Viet Nguyen f1f53976fa docs: update Terraform.gitignore (#2998) 2019-03-14 08:56:47 -03:00
Hannan Ali 503c26b75a Add lerna-debug.log to Node.gitignore (#3000)
Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered.
2019-03-14 08:56:02 -03:00
taroxd 2aabd7b034 Ignore files generated by luatexja-ruby (#2996) 2019-03-13 09:35:57 -03:00
José Fabio Martinez Gonzalez b960d3c704 Update VisualStudio.gitignore file (#2975)
* Update VisualStudio.gitignore file
2019-03-11 11:57:00 -03:00
Coskun Sunali 96baa6309f Remove Rider (idea) ignore statements from VS (#2991)
Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template.
2019-03-11 10:07:27 -03:00
Jarry Shaw 7079791ab6 Add ignore rules for Pipenv (#2977)
* Add ignore rules for Pipenv

Pipenv uses Pipfile.lock to maintain Python package information
(metadata, hash, etc.) installed as described in Pipfile. Thus,
Pipfile.lock may vary on different operating systems, platforms
when collaborating. This PR adds Pipfile.lock into the Python
default gitignore. See http://pipenv.org

* Update Python.gitignore

Not to ignore Pipfile.lock in default, but explain
when and why it should be ignored in case of
collaboration. (adjusted according to comment
in github/gitignore#2977 by @drothmaler )

* Apply suggestions from code review

Co-Authored-By: JarryShaw <jarryshaw@icloud.com>

* Update Python.gitignore

As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`.
2019-03-11 09:12:02 -03:00
A. E. Szalo 23f7a81282 Unity: ignore TextMesh Pro (#2988) 2019-03-11 09:07:13 -03:00
Chris Komlenic e71843a229 Move Drupal7 to correct location (#2985) 2019-03-11 09:05:49 -03:00
Richie Bendall 1436b29954 [Node] Ignore diagnostic report files (#2971)
* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex
2019-03-11 08:48:58 -03:00
slipo 37abd930a6 Ignore Drupal test generated files (#2982) 2019-03-08 09:43:28 -04:00
Michael Coblenz d7452bf58f Add MAlonzo directory. (#2978) 2019-03-08 08:47:43 -04:00
Rohan Vakharia dfc56427c3 Add .phpunit.result.cache to the .gitignore (#2973) 2019-03-08 08:43:28 -04:00
Cemre Mengu cd49307a2c Remove extra newline (#2983) 2019-03-08 08:18:31 -04:00
Brendan Forster e32de69dc7
Merge pull request #2974 from kaasasolut/patch-1
R: ignore user-specific files
2019-02-25 08:41:04 -04:00
kaasasolut 210a49a70a
R: ignore user-specific files 2019-02-25 10:17:59 +01:00
Brendan Forster d2c1bb2b9c
Merge pull request #2963 from OsirisTerje/MigrationBackup
Migration backup
2019-02-15 10:10:19 -04:00
Terje Sandstrom 8dff1bed1a Added backup folder for Package Reference Convert tool in VS 2017 2019-02-13 22:23:42 +01:00
Terje Sandstrom 66f2caec67
Merge pull request #1 from github/master
Merged down master github gitignore
2019-02-13 22:21:54 +01:00
Brendan Forster d34e915300
Merge pull request #2957 from happydude/patch-1
Update VisualStudio.gitignore
2019-02-09 18:04:45 -04:00
Jason Davis d72f17f13e
Update VisualStudio.gitignore
Ignore backup files from editing reports
2019-02-07 16:20:14 -07:00
Brendan Forster f731569cfc
Merge pull request #2955 from martonmiklos/add_qtcreator_import_project_files
Add *.creator.user* files to the Qt .gitignore
2019-01-31 14:46:56 -08:00
Miklós Márton 1ee3d754b3 Add *.creator.user* files to the Qt .gitignore 2019-01-31 21:22:18 +01:00
Brendan Forster 2fa80028c3
Merge pull request #2948 from Yousha/master
[Codesniffer] remove duplicate Composer rule
2019-01-29 08:10:55 -08:00
Brendan Forster 8372d78be1
Merge pull request #2952 from KexyBiscuit/patch-1
Remove trailing whitespace added last commit.
2019-01-29 08:08:05 -08:00
Kexy Biscuit 4e9a58b9af
Remove trailing whitespace added last commit. 2019-01-29 23:09:28 +08:00
Yousha Aleayoub c2a98e4f8b
Update CodeSniffer.gitignore 2019-01-27 17:33:50 +03:30
Brendan Forster 042be9dc99
Merge pull request #2927 from Yousha/master
Android.gitignore: Add build_file_checksums.ser and modules.xml files
2019-01-26 17:43:30 -04:00
Brendan Forster e7fa74b24f
Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore
Add compilation db to Qt gitignore
2019-01-26 17:35:03 -04:00
Brendan Forster 86a1e39d4a
Merge pull request #2944 from pappasam/Python/pip-wheel-metadata
Add pip-wheel-metadata to Python.gitignore
2019-01-26 17:31:23 -04:00
Sam Roeca 866572d481 Add pip-wheel-metadata to Python.gitignore
PEP-517 has resulted in some updates to the Python
build process. As a result, a new directory called
pip-wheel-metadata is created on fresh builds.
This PR adds this directory into the Python default
gitignore. See
e5f4bbb7dd/src/pip/_internal/req/req_install.py (L568)
2019-01-25 14:23:05 -05:00
Brendan Forster 46c9c487ca
Merge pull request #2942 from joaomlneto/patch-1
Ignore CMake FetchContent directory
2019-01-25 08:45:13 -04:00
João Neto f273474b97
Ignore CMake FetchContent directory
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
2019-01-23 20:11:58 +00:00
Brendan Forster 7b39587220
Merge pull request #2939 from Flate/master
Unity: Never ignore asset meta data
2019-01-23 09:18:43 -04:00
Jannes 28ae73efa6 Unity: Never ignore asset meta data 2019-01-22 21:06:25 +01:00
Brendan Forster 3818fecaa8
Merge pull request #2938 from locofocos/patch-1
Update Ruby.ignore to ignore .byebug_history file
2019-01-22 15:28:29 -04:00
Patrick Boatner dfce3fda43
Update Ruby.ignore to ignore .byebug_history file
The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302

I have copied this from the Rails gitignore here: f908e51bcf/Rails.gitignore (L45)
2019-01-22 13:20:47 -06:00
Miklos Marton 8338f3318a Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore 2019-01-21 08:55:04 +01:00
Miklós Márton 1c1744ab6d
Added compile_commands.json to Qt.gitignore
QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.
2019-01-17 17:39:58 +01:00
Brendan Forster f908e51bcf
Merge pull request #2925 from kaiyangjia/master
ignore android lint temp files.
2019-01-09 10:14:21 -04:00
Yousha ec37913b19
Add build_file_checksums.ser and modules.xml files.
Signed-off-by: Yousha <Yousha.A@Hotmail.com>
2019-01-08 20:13:56 +03:30
Andreia Gaita 20f0ea9bc3
Merge pull request #2926 from github/mdbs-are-people-too
Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional
2019-01-08 15:19:14 +00:00