1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
Commit Graph

3076 Commits

Author SHA1 Message Date
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
Andreia Gaita
152f419973
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.
2019-01-08 15:12:43 +00:00
Andreia Gaita
24f6734840
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.
2019-01-08 15:00:46 +00:00
jiakaiyang
240dd3f321 add android lint files 2019-01-08 14:53:04 +08:00
Brendan Forster
f5496031c8
Merge pull request #2922 from wRorsjakz/patch-1
Add version control ignore
2019-01-07 09:03:52 -04:00
Brendan Forster
df47060345
Merge pull request #2921 from aslamanver/master
google-services.json
2019-01-07 09:01:29 -04:00
Nicholas
2b2b61395f
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)
2019-01-05 17:24:13 +08:00
Aslam Anver
584dd34b9d
google-services.json
google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
2019-01-03 14:27:44 +05:30
Brendan Forster
18654b47c8
Merge pull request #2918 from johnsoncodehk/patch-3
Unified base folder name format
2018-12-31 09:13:06 -04:00
johnsoncodehk
81923b128e
Unified base folder name format 2018-12-31 17:39:27 +08:00
Brendan Forster
6531e38292
Merge pull request #2899 from johnsoncodehk/patch-2
[Unity] Ignore Logs/Packages-Update.log
2018-12-24 09:38:51 -04:00
Brendan Forster
d1baec1bf1
Merge pull request #2907 from HassanHashemi/patch-1
[Visual studio] Ignore health check temp database
2018-12-19 14:25:48 -04:00
Hassan Hashemi
98a3e85f01
cleanup 2018-12-19 08:56:20 -08:00
Brendan Forster
d7eef7d6b6
Merge pull request #2913 from dangu/dev/IAR_EWARM
IAR_EWARM
2018-12-19 10:18:51 -04:00
Hassan Hashemi
5bbde8f927
Update the rule 2018-12-19 09:52:27 +03:30
Hassan Hashemi
db53e8cfc9
Changed the rule to healthchecksdb 2018-12-19 09:52:00 +03:30
Daniel Gullberg
1afdbc0a13 Move to community/embedded 2018-12-18 22:50:39 +01:00
Daniel Gullberg
c7d07188d6 Update info for IAR EWARM 2018-12-18 22:49:34 +01:00
Daniel Gullberg
718f4f5373 Move IAR_EWARM to a new directory Embedded 2018-12-18 22:49:34 +01:00
Daniel Gullberg
c5557ee110 Move to the community directory 2018-12-18 22:49:34 +01:00
Daniel Gullberg
ade77e5dff Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/) 2018-12-18 22:49:34 +01:00
Hassan Hashemi
6cc207982e
Add * wildcard 2018-12-18 11:27:45 -08:00
Brendan Forster
21780d9b5b
Merge pull request #2912 from FutureClemens/Unity_Logs
Unity Logs
2018-12-18 12:20:31 -04:00
Clemens Scharfen
f3d0de0351 Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates. 2018-12-18 15:59:59 +01:00
FutureClemens
e35762d26f
Merge pull request #1 from github/master
Updating my fork with the original master
2018-12-18 15:45:50 +01:00
Brendan Forster
a53b4a3f03
Merge pull request #2896 from erdtsksn/master
feat: Add missing executables and generated
2018-12-18 09:01:23 -04:00
Brendan Forster
745923da24
Merge pull request #2889 from rubberduck203/atmelstudio
Create AtmelStudio.gitignore
2018-12-18 08:53:43 -04:00
Brendan Forster
ac2e28a2ef
Merge pull request #2908 from lmedson/env_test_ignore
Add ignorer to .env.test variable in NodeJS
2018-12-18 08:50:06 -04:00
Brendan Forster
4e50d1c032
Merge pull request #2894 from colearendt/remove-rsconnect
remove rsconnect folder from R.gitignore
2018-12-18 08:48:51 -04:00
Brendan Forster
e5f7d399be
Merge pull request #2893 from rafaelstz/patch-8
Create Magento2.gitignore
2018-12-18 08:44:54 -04:00