Brian Douglas
ce10715425
Merge pull request #3719 from Atmelfan/altium-designer
...
Add AltiumDesigner.gitignore
2021-05-07 10:29:27 -07:00
Brian Douglas
045304bb12
Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore
2021-05-07 10:27:54 -07:00
Tim Heuer
5db7eeab30
Adding VS Code to global VS family
2021-05-07 09:47:16 -07:00
Brian Douglas
5253281c9f
Merge pull request #3701 from JasonGross/patch-1
...
Update Coq.gitignore
2021-05-06 06:13:35 -07:00
Gustav Palmqvist
71e1ff1213
Fixed typo and added some fileendings which older versions generate
2021-05-04 19:54:51 +02:00
Gustav Palmqvist
99157b2a29
Add AltiumDesigner.gitignore
2021-05-04 19:48:02 +02:00
Ryan Scott
d15076ed4a
Rust: ignore .pdb files
...
MSVC builds of Rust on Windows automatically generate `*.pdb` files, which
store debugging information. For more information, see:
* https://github.com/rust-lang/rustlings/issues/275
* https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio
2021-04-27 09:54:38 -04:00
Manoj Paramsetti
db66a1d5e4
ignore dotenv in dart
2021-04-25 08:36:17 +05:30
kacper ksieski
110e40ad2a
fix: add stars
2021-04-22 10:00:03 -04:00
Andrew Dunning
81297a6c42
Add missing extension for GregorioTeX
2021-04-21 19:53:11 +01:00
Parsa
5f1ce29425
Add nuget.config file
...
Add nuget.config file because it contains secret data and should be kept localy
2021-04-21 18:45:44 +04:30
Nader Hajlaoui
d16b10824c
add scala jvm crash files
2021-04-21 13:37:41 +02:00
Helder Burato Berto
6d5f266f6c
Add Strapi CMS .gitignore
2021-04-21 09:23:03 +01:00
Jason Gross
68f4c9a5a9
Update Coq.gitignore
...
Coq now uses .mlg rather than .ml4 (since https://github.com/coq/coq/pull/8763 ), so we have to ignore its generated dependency files. The `native_compute_profile_*.data` files are generated by `Set NativeCompute Profiling` (see https://github.com/coq/coq/pull/950 ). Finally `.coq-native` is a directory that may be generated in any subdirectory, not only at top level, so we should not use absolute paths for it.
2021-04-13 10:39:58 -04:00
William Entriken
978e301032
Update GitHubPages.gitignore
2021-03-31 13:56:32 -04:00
William Entriken
8b42a0d1e3
Create GitHubPages.gitignore
2021-03-30 18:26:32 -04:00
Udit8348
a4b2c4e498
adds technical note for more info
2021-03-29 15:08:20 -04:00
tustin2121
fd40ca24de
Add .tlog to the Visual Studio template
2021-03-26 12:32:11 -04:00
Ali
ced0493773
Remove .obj
2021-03-25 11:35:51 +04:30
Ali
520cfca67f
Add Vlang Support By Vlang Community
2021-03-25 01:29:52 +04:30
Kamil Shakirov
4c55d7cc4b
Update .gitignore for Idris 2
2021-03-15 14:32:59 +06:00
Dan Church
af117702e7
Update Autotools.gitignore
...
Add config.cache, generated when using Autotools `./configure -C`.
2021-03-10 10:04:39 -06:00
Oliver Kopp
6b89235c5a
Add newpax
2021-03-06 14:11:49 +01:00
Kenichi Kamiya
b236e1717b
Just ignore .env.production
, avoid to effect for .env.example
...
https://github.com/github/gitignore/pull/3651/files#r576363678
2021-02-28 01:18:35 +09:00
Keisuke Shima
5423fe33d9
add COLCON_IGNORE
2021-02-22 16:48:18 +09:00
Keisuke Shima
774c69da70
add ROS2 gitignore
2021-02-22 16:40:26 +09:00
Tim Parnell
52f8df58fc
Update Xojo.gitignore for changes to .obsolete
...
Updates the *.obsolete ignore to match datestamped .obsolete items from newer IDE versions.
2021-02-21 10:14:43 -05:00
Arthur
08b10f18e7
style(Autotools): remove trailing whitespaces
2021-02-15 22:38:15 +01:00
Kenichi Kamiya
6586918a42
Ignore .env.*
in Node.js
2021-02-16 03:02:14 +09:00
James Kerrane
bb28a8ce82
Delete fixed workaround
...
The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround.
2021-02-09 18:32:09 -07:00
fslds
b7563346aa
Add direnv .envrc to ignored files.
...
The direnv project (https://direnv.net/ ) uses .envrc files for dynamically loading environment variables (or other settings) per directory using the user's shell.. As it can contain sensitive information, and is similar in goal as to .env etc, I think it is a good idea to exclude this by default as well.
2021-01-07 10:52:41 +01:00
Andrii Chebukin
04a4d50a78
Fixed editor specific folder exclusion for subfolders
2020-12-30 23:01:53 +02:00
TigerC10
dd042058b9
Updating JetBrains template, adding SonarLint Plugin
2020-12-29 16:58:14 -06:00
tbeu
e07b0dc3ee
Also ignore *.idb (to match C.gitignore)
...
*.idb files (of VS2005 and probably other versions, too) should be also ignored.
2020-12-19 17:09:50 +01:00
Kyle Edwards
a0e05f9d08
CMake: Add CMakeUserPresets.json
...
CMake 3.19 added CMakePresets.json, which is intended to be
version-controlled, and CMakeUserPresets.json, which should NOT
be version-controlled. Add CMakeUserPresets.json to the gitignore.
https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
2020-12-07 15:29:35 -05:00
Cihat Gündüz
f269918a08
Remove Accio after official deprecation
...
[Accio](https://github.com/JamitLabs/Accio ) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`.
2020-10-22 07:44:09 +02:00
Arman Bilge
4a6f74426e
[SBT] Ignore .bsp directory
2020-10-14 19:41:41 -07:00
schtandard
cba2455e53
Add svg temporary files
...
The svg package creates two temporary files for each .svg file that is
included in the document (one .pdf file and one .pdf_tex file). These
are placed into a subfolder called svg-inkscape/ by default.
2020-10-09 12:26:48 +02:00
Jullyana Mattos Vycas
f7db945023
VisualStudio: add "out" folder to build results
2020-10-01 11:55:56 -07:00
Aditya Gupta
15854c5bb4
Update C++.gitignore
2020-09-30 13:33:32 +05:30
Ben Boeckel
ad2622c2dd
rust: allow /target and /debug to be symlinks
...
See rust-lang/cargo#4944 for the cargo change.
2020-09-28 13:23:42 -04:00
Troy Lindsay
f75292bf4d
Fix typos
...
s/sentitive/sensitive/
2020-08-30 19:21:51 -05:00
Troy Lindsay
ff9596eb4c
Exclude .pkrvars.hcl files
...
* Used description for .tfvars in Terraform.gitignore as a template
2020-08-30 18:59:44 -05:00
Diego Herranz
218a941be9
KiCad: add *.kicad_sch-bak and *.kicad_prl ( #3427 )
...
* KiCad: add *.kicad_sch-bak
As used by the new file formats for KiCad 6.0
See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/
* Add *.kicad_prl to KiCad.gitignore
More info: https://forum.kicad.info/t/new-project-file-format/23705
2020-07-12 12:07:13 -03:00
Michael Alexsander
f44d83083e
Remove pointless blank line from the beginning of the Godot file ( #3466 )
2020-07-12 12:04:53 -03:00
Kevin Cochran
36ce3a894d
Exclude *.tfvars files ( #3452 )
...
Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
2020-07-06 21:36:25 -03:00
Maher Zaidoune
eea28935df
ignore HPROF files ( #3456 )
2020-07-04 13:35:59 -03:00
Michael Chirico
5cf393421d
ignore *~ files in the po directory ( #3453 )
...
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
2020-07-03 17:19:48 -03:00
ZhengYuan Loo
c9fab68db3
Update stale heading anchor ( #3445 )
...
Co-authored-by: ZhengYuan Loo <loozhengyuan@users.noreply.github.com>
2020-07-03 17:17:35 -03:00
Justin Gregory
6eff882467
Fix false positives on Coverage*.cs files ( #3454 )
...
I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored. This change fixes the incorrect use of the range operator on the Coverlet rules.
2020-07-03 17:15:33 -03:00