Commit Graph
3396 Commits
Author SHA1 Message Date
anishagg17andBrendan Forster 6e7ca9805e Update Node.gitignore (#3264) 2019-12-16 09:06:40 -04:00
davidkronandBrendan Forster 21e9f06539 Added jarRepositories.xml as an optional ignore (#3254)
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
hshimoyamaandBrendan Forster 1604c21c60 Add .env.* to optionally ignored files in Rails.gitignore. (#3065) 2019-12-06 06:05:44 -04:00
Jakob Sagatowski d38de74008 Clarified *.tmc-files rule. 2019-12-05 12:42:11 +01:00
Drew BarnettandBrendan Forster e2e54ce6be Modified comment on Asset meta data ignore to better explain usage. (#3249) 2019-11-27 09:12:00 -04:00
Jason GrossandBrendan Forster 38c1cfcdbc Update Coq.gitignore after coq/coq#11075 (#3247)
Add .vok files from https://github.com/coq/coq/pull/11075
2019-11-25 16:45:55 -04:00
mrg0029andBrendan Forster db0ef78b5a wtf is a pyflow (#3242) 2019-11-18 09:06:05 -04:00
Michał DobrzanskiandBrendan Forster 1c114570c7 Added aar file type to gitignore (#3233) 2019-11-17 14:13:08 -04:00
davidkronandBrendan Forster c3e97a0e96 exclude compiler.xml and artifacts when using Gradle (#3236)
In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.
2019-11-17 14:12:38 -04:00
Brendan ForsterandGitHub cb0c6ef7ac ignore new directory added in Android Studio 3.5 (#3232) 2019-11-08 17:32:48 -04:00
Omer KatzandBrendan Forster 0207a9c954 Ignore the __pypackages__ folder for pyflow users. (#3205)
See https://github.com/David-OConnor/pyflow for details.
2019-11-08 17:15:10 -04:00
AikhjartoandBrendan Forster b58b5341d3 exclude *.tps files from TeXnicCenter (#3213)
TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in.
2019-11-08 17:12:40 -04:00
raybuhrandBrendan Forster e5b26f5c9b exclude .Renviron (#3214) 2019-11-08 17:11:59 -04:00
Jason GrossandBrendan Forster 44bc08a5d1 Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223) 2019-11-08 17:08:16 -04:00
Petronald GreenandBrendan Forster b2198b3e66 Added celerybeat.pid (#3229) 2019-11-08 17:06:39 -04:00
Sean NixonandBrendan Forster 766cf0c10f Add crash.log to Packer.gitignore (#3230)
If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.
2019-11-08 17:00:59 -04:00
MatthewandBrendan Forster cedf2d1e99 JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227) 2019-11-07 08:22:32 -04:00
Yousha AleayoubandBrendan Forster 3794768510 Update Archives.gitignore (#3220) 2019-10-31 09:37:14 -03:00
Karl HorkyandBrendan Forster 2644536a24 Comment out / add note about conflicting gitignore lines (#3204)
* Remove conflicting gitignore lines, add reference

Ref (introduction of a new "public" folder in Next.js):
https://nextjs.org/blog/next-9-1#public-directory-support

* Improve solution to conflicting files
2019-10-24 13:31:35 -03:00
RomanandBrendan Forster a14296fa82 IPython support for jupyter-notebook gitignore files (#3211) 2019-10-23 08:40:55 -03:00
Jakob Sagatowski 414be70b39 Added:
- tmcRefac
- project.~u
- tsproj.bak
- xti.bak (TwinCAT export files backup)
2019-10-14 07:45:54 +02:00
Jens KürschnerandBrendan Forster 21419e391a Update to Global/VisualStudioCode (#3201)
Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.
2019-10-10 14:32:23 -03:00
Miklós MártonandBrendan Forster 475f63beb5 Add versioned so files extension to Qt.gitignore (#3186)
Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.
2019-10-09 10:42:31 -03:00
Miklós MártonandBrendan Forster b912aead4e Add qmake generated prl files to Qt.gitignore (#3187) 2019-10-09 10:24:27 -03:00
Skye ShawandBrendan Forster baf13553d0 Ruby: ignore RuboCop remote inherited config files (#3197) 2019-10-04 09:19:47 -03:00
Oliver KoppandBrendan Forster e95b1be4c6 Add apt_generated_test/ (#3193) 2019-10-03 10:35:42 -03:00
MCSHandBrendan Forster fb4019a717 Added tern-port (#3195) 2019-10-03 10:32:51 -03:00
Richie BendallandBrendan Forster 086eacaaa2 feat: Add microbundle cache (#3116) 2019-09-21 13:13:14 -03:00
Omer KatzandBrendan Forster 3b445ebb92 Ignore coverage annotations reports. (#3131) 2019-09-20 12:59:50 -03:00
Jordan ZuckerandBrendan Forster e9bffd23be Added new checksums and allows for relative directories (#3128) 2019-09-20 12:59:19 -03:00
Paul SmithandBrendan Forster 26c3d8407c [VisualStudio] add Logs folder (#3143)
* Adding ignore rule for temporary office files.

* Adding Logs folder to ignore file.

* Revert "Adding ignore rule for temporary office files."

This reverts commit f6f191b128.
2019-09-20 12:58:22 -03:00
Miklós MártonandBrendan Forster a55ad7687a Add generated translations to the .gitignore (#3159)
The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated.
2019-09-20 12:55:19 -03:00
Mohsen MirhoseiniandBrendan Forster 72d88e71d8 Remove release/ from Android.gitignore (#3162)
Having `release/` in an Android project gitignore means those apps which have different
build types files for `debug` and `release` will fall into this 
and all `release` related files will be never added or will be removed from
repository at some point.
2019-09-20 12:54:46 -03:00
Antoine GagnéandBrendan Forster 0d7600fc30 Add rebar3 tool files and directories (#3178)
* Add rebar3 tool files and directories

* Add headers to specify tools artifacts
2019-09-16 11:12:42 -03:00
Imed AdelandBrendan Forster 0a7dc39616 Ignore GatsbyJS files (#3180) 2019-09-16 09:21:44 -03:00
Akito13andBrendan Forster 85bf08b19a Updated Nim.gitignore (#3172)
* added further cache directory
* added auto-generated documentation location
2019-09-10 11:58:47 -03:00
Marlon Henry SchweigertandBrendan Forster 3dc70c8fc4 Upgrate to rails 6.0.0 (#3167)
* Upgrate to rails 6.0.0

* Simplify Rails.gitignore
2019-09-10 11:08:25 -03:00
Wes DeanandBrendan Forster aad51433ec Add OpenSSL-related file extensions (#3168)
There are a number of OpenSSL-related file extensions (e.g., .pem, .crt,
etc..) that contain data that are generally best not committed to
repositories.  This file contains several common file extensions that
often correlate to these types of files.
2019-09-10 11:07:52 -03:00
Rolf Vidar HoksaasandBrendan Forster 41ec05833a Update Vim.gitignore (#3169)
.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.
2019-09-10 11:07:19 -03:00
Simon HitzenbergerandBrendan Forster 499ae899e7 Added Simulink cache files (#3148) 2019-08-20 08:49:44 -03:00
Jamie ParkinsonandBrendan Forster c70562c280 Add esp-idf.gitignore (#3150)
* Add esp-idf.gitignore

From https://github.com/espressif/esp-idf-template/blob/master/.gitignore

* Add header comments to esp-idf.gitignore
2019-08-20 08:49:18 -03:00
Mara BosandBrendan Forster 0455041ec4 Add *.sch-bak to KiCad.gitignore (#3153)
Newer versions of KiCad call the schematics backup file `.sch-bak`.
2019-08-20 08:48:18 -03:00
William EntrikenandBrendan Forster 6651bca9c8 Reference why to exclude binary jar, fixes #111 (#3154) 2019-08-20 08:47:38 -03:00
Steven LeeandBrendan Forster e92f8db7a0 Update Autotools.gitignore (#3005)
* Update Autotools.gitignore

Add ignore-rule for Makefiles generated by configure
(directly by config.status)

* Add some descriptive comment.

Add more descriptive comment to explain why Makefile should be ignore.
2019-08-07 09:55:28 -03:00
Antoine CœurandBrendan Forster e00d43a5f5 Improving the documentation of Objective-C and Swift files (#3133) 2019-08-07 09:23:05 -03:00
qogn9daohs1andBrendan Forster a200716606 Ignore gummi previews (#3144) 2019-08-07 09:09:56 -03:00
Max CobbandBrendan Forster a3e8e1470d Swift: ignore .swiftpm (#3083)
* added files to be ignored with swift package manager

* added comment for swiftpm and why it might want to be included in .gitignore
2019-08-07 09:08:55 -03:00
NeverMine17andBrendan Forster 20e9638392 Update Godot.gitignore (#3142) 2019-08-07 08:41:57 -03:00
Joshua JonesandBrendan Forster c4ed859434 Revert of #2988. TextMesh Pro files are not auto managed (#3134)
Unlike other packages, TextMesh Pro is not entirely managed by Unity's new Package Manager, and still imports some assets directly into the project.
2019-07-24 10:03:41 -03:00
Antoine CœurandBrendan Forster 9df8aa6037 Partial revert of 837181e2f6 (#3132) 2019-07-23 09:14:41 -03:00