- 29 Jan, 2019 2 commits
-
-
Brendan Forster authored
Remove trailing whitespace added last commit.
-
Kexy Biscuit authored
-
- 26 Jan, 2019 3 commits
-
-
Brendan Forster authored
Android.gitignore: Add build_file_checksums.ser and modules.xml files
-
Brendan Forster authored
Add compilation db to Qt gitignore
-
Brendan Forster authored
Add pip-wheel-metadata to Python.gitignore
-
- 25 Jan, 2019 2 commits
-
-
Sam Roeca authored
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
-
Brendan Forster authored
Ignore CMake FetchContent directory
-
- 23 Jan, 2019 2 commits
-
-
João Neto authored
CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)
-
Brendan Forster authored
Unity: Never ignore asset meta data
-
- 22 Jan, 2019 3 commits
-
-
Jannes authored
-
Brendan Forster authored
Update Ruby.ignore to ignore .byebug_history file
-
Patrick Boatner authored
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
-
- 21 Jan, 2019 1 commit
-
-
https://github.com/github/gitignoreMiklos Marton authored
Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore
-
- 17 Jan, 2019 1 commit
-
-
Miklós Márton authored
QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.
-
- 09 Jan, 2019 1 commit
-
-
Brendan Forster authored
ignore android lint temp files.
-
- 08 Jan, 2019 5 commits
-
-
Yousha authored
Signed-off-by:Yousha <Yousha.A@Hotmail.com>
-
Andreia Gaita authored
Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional
-
Andreia Gaita authored
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.
-
Andreia Gaita authored
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.
-
jiakaiyang authored
-
- 07 Jan, 2019 2 commits
-
-
Brendan Forster authored
Add version control ignore
-
Brendan Forster authored
google-services.json
-
- 05 Jan, 2019 1 commit
-
-
Nicholas authored
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)
-
- 03 Jan, 2019 1 commit
-
-
Aslam Anver authored
google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project
-
- 31 Dec, 2018 2 commits
-
-
Brendan Forster authored
Unified base folder name format
-
johnsoncodehk authored
-
- 24 Dec, 2018 1 commit
-
-
Brendan Forster authored
[Unity] Ignore Logs/Packages-Update.log
-
- 19 Dec, 2018 5 commits
-
-
Brendan Forster authored
[Visual studio] Ignore health check temp database
-
Hassan Hashemi authored
-
Brendan Forster authored
IAR_EWARM
-
Hassan Hashemi authored
-
Hassan Hashemi authored
-
- 18 Dec, 2018 8 commits
-
-
Daniel Gullberg authored
-
Daniel Gullberg authored
-
Daniel Gullberg authored
-
Daniel Gullberg authored
-
-
Hassan Hashemi authored
-
Brendan Forster authored
Unity Logs
-
Clemens Scharfen authored
Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates.
-