]> source.dussan.org Git - gitignore.git/log
gitignore.git
5 years agoUpdate SCons.gitignore (#3001)
prs513rosewood [Mon, 18 Mar 2019 12:14:04 +0000 (13:14 +0100)]
Update SCons.gitignore (#3001)

Added some files that SCons generates when its tries to configure libraries.

5 years agoUpdate Node.gitignore (#3002)
Nicolas Del Valle [Mon, 18 Mar 2019 12:12:18 +0000 (09:12 -0300)]
Update Node.gitignore (#3002)

5 years agoAdd more standard ignored files for Julia (#2992)
Alex Arslan [Thu, 14 Mar 2019 16:41:28 +0000 (09:41 -0700)]
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.

5 years agoDon't ignore tmp and log directory (#2999)
OKURA Masafumi [Thu, 14 Mar 2019 12:55:38 +0000 (21:55 +0900)]
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.

5 years agoAdd more Windows Store app package types (#2995)
Nick [Thu, 14 Mar 2019 11:58:52 +0000 (12:58 +0100)]
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

5 years agodocs: update Terraform.gitignore (#2998)
Viet Nguyen [Thu, 14 Mar 2019 11:56:47 +0000 (07:56 -0400)]
docs: update Terraform.gitignore (#2998)

5 years agoAdd lerna-debug.log to Node.gitignore (#3000)
Hannan Ali [Thu, 14 Mar 2019 11:56:02 +0000 (16:56 +0500)]
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.

5 years agoIgnore files generated by luatexja-ruby (#2996)
taroxd [Wed, 13 Mar 2019 12:35:57 +0000 (20:35 +0800)]
Ignore files generated by luatexja-ruby (#2996)

5 years agoUpdate VisualStudio.gitignore file (#2975)
José Fabio Martinez Gonzalez [Mon, 11 Mar 2019 14:57:00 +0000 (15:57 +0100)]
Update VisualStudio.gitignore file (#2975)

* Update VisualStudio.gitignore file

5 years agoRemove Rider (idea) ignore statements from VS (#2991)
Coskun Sunali [Mon, 11 Mar 2019 13:07:27 +0000 (16:07 +0300)]
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.

5 years agoAdd ignore rules for Pipenv (#2977)
Jarry Shaw [Mon, 11 Mar 2019 12:12:02 +0000 (20:12 +0800)]
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`.

5 years agoUnity: ignore TextMesh Pro (#2988)
A. E. Szalo [Mon, 11 Mar 2019 12:07:13 +0000 (13:07 +0100)]
Unity: ignore TextMesh Pro (#2988)

5 years agoMove Drupal7 to correct location (#2985)
Chris Komlenic [Mon, 11 Mar 2019 12:05:49 +0000 (08:05 -0400)]
Move Drupal7 to correct location (#2985)

5 years ago[Node] Ignore diagnostic report files (#2971)
Richie Bendall [Mon, 11 Mar 2019 11:48:58 +0000 (00:48 +1300)]
[Node] Ignore diagnostic report files (#2971)

* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex

5 years agoIgnore Drupal test generated files (#2982)
slipo [Fri, 8 Mar 2019 13:43:28 +0000 (08:43 -0500)]
Ignore Drupal test generated files (#2982)

5 years agoAdd MAlonzo directory. (#2978)
Michael Coblenz [Fri, 8 Mar 2019 12:47:43 +0000 (07:47 -0500)]
Add MAlonzo directory. (#2978)

5 years agoAdd .phpunit.result.cache to the .gitignore (#2973)
Rohan Vakharia [Fri, 8 Mar 2019 12:43:28 +0000 (18:13 +0530)]
Add .phpunit.result.cache to the .gitignore (#2973)

5 years agoRemove extra newline (#2983)
Cemre Mengu [Fri, 8 Mar 2019 12:18:31 +0000 (15:18 +0300)]
Remove extra newline (#2983)

5 years agoMerge pull request #2974 from kaasasolut/patch-1
Brendan Forster [Mon, 25 Feb 2019 12:41:04 +0000 (08:41 -0400)]
Merge pull request #2974 from kaasasolut/patch-1

R: ignore user-specific files

5 years agoR: ignore user-specific files 2974/head
kaasasolut [Mon, 25 Feb 2019 09:17:59 +0000 (10:17 +0100)]
R: ignore user-specific files

5 years agoMerge pull request #2963 from OsirisTerje/MigrationBackup
Brendan Forster [Fri, 15 Feb 2019 14:10:19 +0000 (10:10 -0400)]
Merge pull request #2963 from OsirisTerje/MigrationBackup

Migration backup

5 years agoAdded backup folder for Package Reference Convert tool in VS 2017 2963/head
Terje Sandstrom [Wed, 13 Feb 2019 21:23:42 +0000 (22:23 +0100)]
Added backup folder for Package Reference Convert tool in VS 2017

5 years agoMerge pull request #1 from github/master
Terje Sandstrom [Wed, 13 Feb 2019 21:21:54 +0000 (22:21 +0100)]
Merge pull request #1 from github/master

Merged down master github gitignore

5 years agoMerge pull request #2957 from happydude/patch-1
Brendan Forster [Sat, 9 Feb 2019 22:04:45 +0000 (18:04 -0400)]
Merge pull request #2957 from happydude/patch-1

Update VisualStudio.gitignore

5 years agoUpdate VisualStudio.gitignore 2957/head
Jason Davis [Thu, 7 Feb 2019 23:20:14 +0000 (16:20 -0700)]
Update VisualStudio.gitignore

Ignore backup files from editing reports

5 years agoMerge pull request #2955 from martonmiklos/add_qtcreator_import_project_files
Brendan Forster [Thu, 31 Jan 2019 22:46:56 +0000 (14:46 -0800)]
Merge pull request #2955 from martonmiklos/add_qtcreator_import_project_files

Add *.creator.user* files to the Qt .gitignore

5 years agoAdd *.creator.user* files to the Qt .gitignore 2955/head
Miklós Márton [Thu, 31 Jan 2019 20:22:18 +0000 (21:22 +0100)]
Add *.creator.user* files to the Qt .gitignore

5 years agoMerge pull request #2948 from Yousha/master
Brendan Forster [Tue, 29 Jan 2019 16:10:55 +0000 (08:10 -0800)]
Merge pull request #2948 from Yousha/master

[Codesniffer] remove duplicate Composer rule

5 years agoMerge pull request #2952 from KexyBiscuit/patch-1
Brendan Forster [Tue, 29 Jan 2019 16:08:05 +0000 (08:08 -0800)]
Merge pull request #2952 from KexyBiscuit/patch-1

Remove trailing whitespace added last commit.

5 years agoRemove trailing whitespace added last commit. 2952/head
Kexy Biscuit [Tue, 29 Jan 2019 15:09:28 +0000 (23:09 +0800)]
Remove trailing whitespace added last commit.

5 years agoUpdate CodeSniffer.gitignore 2948/head
Yousha Aleayoub [Sun, 27 Jan 2019 14:03:50 +0000 (17:33 +0330)]
Update CodeSniffer.gitignore

5 years agoMerge pull request #2927 from Yousha/master
Brendan Forster [Sat, 26 Jan 2019 21:43:30 +0000 (17:43 -0400)]
Merge pull request #2927 from Yousha/master

Android.gitignore: Add build_file_checksums.ser and modules.xml files

5 years agoMerge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore
Brendan Forster [Sat, 26 Jan 2019 21:35:03 +0000 (17:35 -0400)]
Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore

Add compilation db to Qt gitignore

5 years agoMerge pull request #2944 from pappasam/Python/pip-wheel-metadata
Brendan Forster [Sat, 26 Jan 2019 21:31:23 +0000 (17:31 -0400)]
Merge pull request #2944 from pappasam/Python/pip-wheel-metadata

Add pip-wheel-metadata to Python.gitignore

5 years agoAdd pip-wheel-metadata to Python.gitignore 2944/head
Sam Roeca [Fri, 25 Jan 2019 19:23:05 +0000 (14:23 -0500)]
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
https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568

5 years agoMerge pull request #2942 from joaomlneto/patch-1
Brendan Forster [Fri, 25 Jan 2019 12:45:13 +0000 (08:45 -0400)]
Merge pull request #2942 from joaomlneto/patch-1

Ignore CMake FetchContent directory

5 years agoIgnore CMake FetchContent directory 2942/head
João Neto [Wed, 23 Jan 2019 20:11:58 +0000 (20:11 +0000)]
Ignore CMake FetchContent directory

CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)

5 years agoMerge pull request #2939 from Flate/master
Brendan Forster [Wed, 23 Jan 2019 13:18:43 +0000 (09:18 -0400)]
Merge pull request #2939 from Flate/master

Unity: Never ignore asset meta data

5 years agoUnity: Never ignore asset meta data 2939/head
Jannes [Tue, 22 Jan 2019 19:56:13 +0000 (20:56 +0100)]
Unity: Never ignore asset meta data

5 years agoMerge pull request #2938 from locofocos/patch-1
Brendan Forster [Tue, 22 Jan 2019 19:28:29 +0000 (15:28 -0400)]
Merge pull request #2938 from locofocos/patch-1

Update Ruby.ignore to ignore .byebug_history file

5 years agoUpdate Ruby.ignore to ignore .byebug_history file 2938/head
Patrick Boatner [Tue, 22 Jan 2019 19:20:47 +0000 (13:20 -0600)]
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: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45

5 years agoMerge branch 'master' of https://github.com/github/gitignore into add_compilation_db_... 2936/head
Miklos Marton [Mon, 21 Jan 2019 07:55:04 +0000 (08:55 +0100)]
Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore

5 years agoAdded compile_commands.json to Qt.gitignore
Miklós Márton [Thu, 17 Jan 2019 16:39:58 +0000 (17:39 +0100)]
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.

5 years agoMerge pull request #2925 from kaiyangjia/master
Brendan Forster [Wed, 9 Jan 2019 14:14:21 +0000 (10:14 -0400)]
Merge pull request #2925 from kaiyangjia/master

ignore android lint temp files.

5 years agoAdd build_file_checksums.ser and modules.xml files. 2927/head
Yousha [Tue, 8 Jan 2019 16:43:56 +0000 (20:13 +0330)]
Add build_file_checksums.ser and modules.xml files.

Signed-off-by: Yousha <Yousha.A@Hotmail.com>
5 years agoMerge pull request #2926 from github/mdbs-are-people-too
Andreia Gaita [Tue, 8 Jan 2019 15:19:14 +0000 (15:19 +0000)]
Merge pull request #2926 from github/mdbs-are-people-too

Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional

5 years agoUnity: Do not blanket-ignore specific plugins, that's a user choice 2926/head
Andreia Gaita [Tue, 8 Jan 2019 15:12:43 +0000 (15:12 +0000)]
Unity: Do not blanket-ignore specific plugins, that's a user choice

Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users.

5 years agoUnity: ignore mdb files and fix path to crashlytics file (it can be in other places)
Andreia Gaita [Tue, 8 Jan 2019 15:00:46 +0000 (15:00 +0000)]
Unity: ignore mdb files and fix path to crashlytics file (it can be in other places)

Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files.

Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename.

5 years agoadd android lint files 2925/head
jiakaiyang [Tue, 8 Jan 2019 06:53:04 +0000 (14:53 +0800)]
add android lint files

5 years agoMerge pull request #2922 from wRorsjakz/patch-1
Brendan Forster [Mon, 7 Jan 2019 13:03:52 +0000 (09:03 -0400)]
Merge pull request #2922 from wRorsjakz/patch-1

Add version control ignore

5 years agoMerge pull request #2921 from aslamanver/master
Brendan Forster [Mon, 7 Jan 2019 13:01:29 +0000 (09:01 -0400)]
Merge pull request #2921 from aslamanver/master

google-services.json

5 years agoAdd version control ignore 2922/head
Nicholas [Sat, 5 Jan 2019 09:24:13 +0000 (17:24 +0800)]
Add version control ignore

vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251)

5 years agogoogle-services.json 2921/head
Aslam Anver [Thu, 3 Jan 2019 08:57:44 +0000 (14:27 +0530)]
google-services.json

google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project

5 years agoMerge pull request #2918 from johnsoncodehk/patch-3
Brendan Forster [Mon, 31 Dec 2018 13:13:06 +0000 (09:13 -0400)]
Merge pull request #2918 from johnsoncodehk/patch-3

Unified base folder name format

5 years agoUnified base folder name format 2918/head
johnsoncodehk [Mon, 31 Dec 2018 09:39:27 +0000 (17:39 +0800)]
Unified base folder name format

5 years agoMerge pull request #2899 from johnsoncodehk/patch-2
Brendan Forster [Mon, 24 Dec 2018 13:38:51 +0000 (09:38 -0400)]
Merge pull request #2899 from johnsoncodehk/patch-2

[Unity] Ignore Logs/Packages-Update.log

5 years agoMerge pull request #2907 from HassanHashemi/patch-1
Brendan Forster [Wed, 19 Dec 2018 18:25:48 +0000 (14:25 -0400)]
Merge pull request #2907 from HassanHashemi/patch-1

[Visual studio] Ignore health check temp database

5 years agocleanup 2907/head
Hassan Hashemi [Wed, 19 Dec 2018 16:56:20 +0000 (08:56 -0800)]
cleanup

5 years agoMerge pull request #2913 from dangu/dev/IAR_EWARM
Brendan Forster [Wed, 19 Dec 2018 14:18:51 +0000 (10:18 -0400)]
Merge pull request #2913 from dangu/dev/IAR_EWARM

IAR_EWARM

5 years agoUpdate the rule
Hassan Hashemi [Wed, 19 Dec 2018 06:22:27 +0000 (09:52 +0330)]
Update the rule

5 years agoChanged the rule to healthchecksdb
Hassan Hashemi [Wed, 19 Dec 2018 06:22:00 +0000 (09:52 +0330)]
Changed the rule to healthchecksdb

5 years agoMove to community/embedded 2913/head
Daniel Gullberg [Tue, 18 Dec 2018 21:50:39 +0000 (22:50 +0100)]
Move to community/embedded

5 years agoUpdate info for IAR EWARM
Daniel Gullberg [Sat, 24 Nov 2018 23:42:29 +0000 (00:42 +0100)]
Update info for IAR EWARM

5 years agoMove IAR_EWARM to a new directory Embedded
Daniel Gullberg [Sat, 24 Nov 2018 23:38:17 +0000 (00:38 +0100)]
Move IAR_EWARM to a new directory Embedded

5 years agoMove to the community directory
Daniel Gullberg [Sat, 24 Nov 2018 23:32:40 +0000 (00:32 +0100)]
Move to the community directory

5 years agoAdding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/)
Daniel Gullberg [Mon, 2 May 2016 07:14:13 +0000 (09:14 +0200)]
Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/)

5 years agoAdd * wildcard
Hassan Hashemi [Tue, 18 Dec 2018 19:27:45 +0000 (11:27 -0800)]
Add * wildcard

5 years agoMerge pull request #2912 from FutureClemens/Unity_Logs
Brendan Forster [Tue, 18 Dec 2018 16:20:31 +0000 (12:20 -0400)]
Merge pull request #2912 from FutureClemens/Unity_Logs

Unity Logs

5 years agoAdded Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to... 2912/head
Clemens Scharfen [Tue, 18 Dec 2018 14:59:59 +0000 (15:59 +0100)]
Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates.

5 years agoMerge pull request #1 from github/master
FutureClemens [Tue, 18 Dec 2018 14:45:50 +0000 (15:45 +0100)]
Merge pull request #1 from github/master

Updating my fork with the original master

5 years agoMerge pull request #2896 from erdtsksn/master
Brendan Forster [Tue, 18 Dec 2018 13:01:23 +0000 (09:01 -0400)]
Merge pull request #2896 from erdtsksn/master

feat: Add missing executables and generated

5 years agoMerge pull request #2889 from rubberduck203/atmelstudio
Brendan Forster [Tue, 18 Dec 2018 12:53:43 +0000 (08:53 -0400)]
Merge pull request #2889 from rubberduck203/atmelstudio

Create AtmelStudio.gitignore

5 years agoMerge pull request #2908 from lmedson/env_test_ignore
Brendan Forster [Tue, 18 Dec 2018 12:50:06 +0000 (08:50 -0400)]
Merge pull request #2908 from lmedson/env_test_ignore

Add ignorer to .env.test variable in NodeJS

5 years agoMerge pull request #2894 from colearendt/remove-rsconnect
Brendan Forster [Tue, 18 Dec 2018 12:48:51 +0000 (08:48 -0400)]
Merge pull request #2894 from colearendt/remove-rsconnect

remove rsconnect folder from R.gitignore

5 years agoMerge pull request #2893 from rafaelstz/patch-8
Brendan Forster [Tue, 18 Dec 2018 12:44:54 +0000 (08:44 -0400)]
Merge pull request #2893 from rafaelstz/patch-8

Create Magento2.gitignore

5 years agoMerge pull request #2895 from tchajed/go-fix-typo
Brendan Forster [Tue, 18 Dec 2018 12:42:49 +0000 (08:42 -0400)]
Merge pull request #2895 from tchajed/go-fix-typo

[Go] Fix typo in comment

5 years agoMerge pull request #2900 from theDrake/patch-1
Brendan Forster [Tue, 18 Dec 2018 12:39:28 +0000 (08:39 -0400)]
Merge pull request #2900 from theDrake/patch-1

Improve comment capitalization consistency

5 years agoMerge pull request #2904 from wldevries/VisualStudio_CacheDirs
Brendan Forster [Tue, 18 Dec 2018 12:36:30 +0000 (08:36 -0400)]
Merge pull request #2904 from wldevries/VisualStudio_CacheDirs

Only unignore directories that have at least a character ending with .cache

5 years agoMerge pull request #2905 from marcusolini/netbeans-gen-files
Brendan Forster [Tue, 18 Dec 2018 12:35:38 +0000 (08:35 -0400)]
Merge pull request #2905 from marcusolini/netbeans-gen-files

Ignore Generated Files

5 years agoMerge pull request #2906 from ksmit799/patch-1
Brendan Forster [Tue, 18 Dec 2018 12:34:49 +0000 (08:34 -0400)]
Merge pull request #2906 from ksmit799/patch-1

[Unity] Ignore .gradle/ build cache

5 years agoMerge pull request #2890 from stevenleeS0ht/master
Brendan Forster [Tue, 18 Dec 2018 12:33:14 +0000 (08:33 -0400)]
Merge pull request #2890 from stevenleeS0ht/master

correct capitalization problems and add Octave which link to MATLAB

5 years agoRemove empty line
Hassan Hashemi [Sun, 16 Dec 2018 17:52:34 +0000 (09:52 -0800)]
Remove empty line

5 years agoAdd BeatPulse specific section
Hassan Hashemi [Sun, 16 Dec 2018 17:51:36 +0000 (09:51 -0800)]
Add BeatPulse specific section

5 years agoMerge pull request #2910 from kesoji/master
Brendan Forster [Sun, 16 Dec 2018 17:36:40 +0000 (13:36 -0400)]
Merge pull request #2910 from kesoji/master

[Node] fix wsp

5 years agofix wsp 2910/head
Kenji Sakurada [Sun, 16 Dec 2018 05:50:40 +0000 (14:50 +0900)]
fix wsp

5 years agoAdd ignorer to .env.test variable 2908/head
lmedson [Fri, 14 Dec 2018 00:32:38 +0000 (21:32 -0300)]
Add ignorer to .env.test variable

5 years agoIgnore health check temp database
Hassan Hashemi [Thu, 13 Dec 2018 14:53:53 +0000 (06:53 -0800)]
Ignore health check temp database

Ignore liveness db which belongs to:
https://github.com/Xabaril/BeatPulse

5 years ago[Unity] Ignore .gradle/ build cache 2906/head
Kyle Smith [Wed, 12 Dec 2018 09:47:32 +0000 (19:47 +1000)]
[Unity] Ignore .gradle/ build cache

5 years agomacOS low cap m 2890/head
Steven Lee [Mon, 10 Dec 2018 12:01:10 +0000 (23:01 +1100)]
macOS low cap m

5 years agoIgnore Generated Files 2905/head
Mark Nicolini [Thu, 6 Dec 2018 14:19:35 +0000 (09:19 -0500)]
Ignore Generated Files

link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git
5 years agoOnly unignore directories that have at least a character ending with .cache 2904/head
Wouter de Vries [Thu, 6 Dec 2018 09:17:16 +0000 (10:17 +0100)]
Only unignore directories that have at least a character ending with .cache

5 years agoImprove comment capitalization consistency 2900/head
David C. Drake [Sun, 2 Dec 2018 00:36:06 +0000 (16:36 -0800)]
Improve comment capitalization consistency

5 years agoIgnore Logs/Packages-Update.log 2899/head
johnsoncodehk [Sat, 1 Dec 2018 16:18:35 +0000 (00:18 +0800)]
Ignore Logs/Packages-Update.log

5 years agofeat: Add missing executables and generated 2896/head
Erdal TAŞKESEN [Thu, 29 Nov 2018 15:26:50 +0000 (18:26 +0300)]
feat: Add missing executables and generated

5 years ago[Go] Fix typo in comment 2895/head
Tej Chajed [Thu, 29 Nov 2018 12:58:06 +0000 (07:58 -0500)]
[Go] Fix typo in comment

5 years agoCreate Magento2.gitignore 2893/head
Rafael Corrêa Gomes [Tue, 27 Nov 2018 20:51:23 +0000 (15:51 -0500)]
Create Magento2.gitignore

5 years agoremove rsconnect folder from R.gitignore 2894/head
Cole Arendt [Tue, 27 Nov 2018 19:33:43 +0000 (14:33 -0500)]
remove rsconnect folder from R.gitignore

5 years agocorrect capitalization problems and add Octave which link to MATLAB
Steven Lee [Mon, 26 Nov 2018 11:02:40 +0000 (22:02 +1100)]
correct capitalization problems and add Octave which link to MATLAB

5 years agoCreate AtmelStudio.gitignore 2889/head
Christopher McClellan [Sat, 8 Aug 2015 13:34:42 +0000 (09:34 -0400)]
Create AtmelStudio.gitignore

Added a new .gitignore for Atmel Studio.
https://www.microchip.com/mplab/avr-support/atmel-studio-7

6 years agoMerge pull request #2307 from marcrocny/marcrocny-patch-1
Brendan Forster [Fri, 23 Nov 2018 20:15:49 +0000 (16:15 -0400)]
Merge pull request #2307 from marcrocny/marcrocny-patch-1

[VisualStudio] ASP.NET Core - bower - default config