jerzywie
31848ebd63
Add .nvuser NVidia Nsight configuration file
2018-01-11 10:23:14 +00:00
Brendan Forster
0c5ace9de9
Merge pull request #2572 from mbukejlovic/patch-1
...
Fixed the unignore of folder 'packages'
2018-01-04 07:36:33 -04:00
mbukejlovic
94f0d69b6f
Fixed the unignore of folder 'packages'
...
Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.
2018-01-04 10:26:19 +01:00
Justin Hartman
ae7feb6f26
New template file for Backup file formats
2018-01-04 05:07:49 +02:00
Brendan Forster
1301de5e5e
Merge pull request #2562 from rgbkrk/patch-1
...
Update Node.gitignore
2018-01-01 20:24:39 -04:00
Kyle Kelley
7272fe439b
Update Node.gitignore
2018-01-01 14:26:54 -08:00
Brendan Forster
db581820be
Merge pull request #2561 from maxibanki/patch-1
...
Go: Add '*.exe~' to .gitignore
2018-01-01 17:09:14 -04:00
Max Schmitt
b25db7156b
Go: Add '*.exe~' to .gitignore
...
When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix.
558eeb2d85/src/cmd/go/internal/work/exec.go (L1165-L1170)
2018-01-01 20:57:36 +01:00
庄天翼
7c0cf6d9ec
Ignore parcel-bundler cache
2018-01-01 00:35:21 +08:00
Rafi Wiener
ade08baee2
Update Eclipse.gitignore ( #2556 )
...
* Update Eclipse.gitignore
* Update Eclipse.gitignore
2017-12-26 20:04:18 +10:30
toby
7d42effdeb
Add *.snk strong name key files ( #2483 )
...
* Add *.snk strong name key files
Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.
I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.
* Make use of *.snk optional
Add note explaining use.
* Reduce explanation
Just use a link instead
2017-12-26 14:00:10 +10:30
PTS93
de2539a729
Added a few common CAM file extensions ( #2555 )
2017-12-26 09:54:52 +10:30
Mostafa Soufi
1a9f616ce5
Added Must Use Plugins to gotignore ( #2553 )
...
https://codex.wordpress.org/Must_Use_Plugins
2017-12-21 09:00:58 +10:30
白季飞龙
9d51cf8de7
Add "cmake-build-release/" to Jetbrains.gitignore ( #2552 )
2017-12-18 15:38:31 +10:30
Sam Roberts
33670c672d
Update Matlab.gitignore ( #2533 )
...
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
2017-12-15 12:41:47 +10:30
Stefan
0a4fc9c0ef
Ignore node_modules ( #2538 )
...
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
2017-12-15 12:41:09 +10:30
Richard Thompson
15d9a616ae
Ignoring the models builder out of date flag ( #2543 )
...
The out of date models flag is automatically generated by the system, we don't want this in Git
2017-12-15 12:39:14 +10:30
Enrico Sada
6fa7f9416d
ignore MSBuild Binary and Structured Log ( #2549 )
...
ref http://msbuildlog.com/
2017-12-14 09:07:34 +10:30
Augusto Daniele
ea2aa40cb4
Update Jekyll.gitignore ( #2540 )
...
Add .jekyll-cache/ as per envygeeks/jekyll-assets
2017-12-06 07:40:27 +11:00
Matthew Wallace
dc0ca6d8d5
Fixing .gitignore ( #2531 )
...
* Update Unity.gitignore
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
* removed wildcards from Unity's .gitignore
2017-11-30 08:36:52 +11:00
Tuomas-Matti Soikkeli
86e01548dd
Add ignore for Azure Stream Analytics local run output folder ( #2498 )
2017-11-29 12:08:59 +11:00
Ryan Scott
d9679b982e
Add cabal.project.local~ to Haskell.gitignore ( #2479 )
2017-11-29 12:04:15 +11:00
James Reed
c84ba70652
Ignore Unity generated '*.pdb.meta' files for '*.pdb' files ( #2486 )
2017-11-29 12:03:18 +11:00
Matthew Wallace
e0c2baea55
Update Unity.gitignore ( #2502 )
...
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
2017-11-29 12:01:40 +11:00
Thi Minh Nhựt
825714ceda
Add *.sta (standalone packages) for TeX ( #2484 )
2017-11-29 12:00:43 +11:00
Sadhan Sarma
3650f47569
added logs and devel directories to .gitignore ( #2497 )
2017-11-29 11:52:56 +11:00
Caio Proiete
9e0c53270a
Add sccprj/ folder to global MATLAB.gitignore ( #2493 )
2017-11-29 11:51:55 +11:00
Chris Mower
28372f7d3b
TeX.gitignore modification for Emacs users ( #2491 )
...
* without . the auto directory is still considered for commits
* small addition that ensures all Emacs-Lisp files (.el files) are ignored
2017-11-29 11:51:19 +11:00
Denis Peshkov
65b8b3b6fe
Update VisualStudio.gitignore ( #2510 )
...
* Update VisualStudio.gitignore
2017-11-29 11:47:25 +11:00
Brendan Forster
f051f25ceb
Merge pull request #2513 from lushc/feature/ignore-vendors
...
Revert "Remove Composer's file and directory."
2017-11-29 11:46:40 +11:00
Brendan Forster
3f70a17b61
Merge pull request #2505 from bndw/go-remove-glide
...
Remove .glide/ ignore
2017-11-29 11:45:17 +11:00
Brendan Forster
8165fb87b4
Merge pull request #2516 from ButchDean/master
...
Ignore Visual Studio 2017 C++ app generated files.
2017-11-29 11:43:42 +11:00
Brendan Forster
5b7484e422
Merge pull request #2524 from halbich/unreal-plugins-directories
...
UnrealEngine - Include Plugins folder
2017-11-29 11:40:23 +11:00
Pavel Halbich
dc559d66a2
Include Plugins folder
2017-11-24 00:08:29 +01:00
Brendan Forster
b3ae3810f8
Merge pull request #2517 from Noctis-/patch-1
...
Update comment
2017-11-20 13:15:47 +11:00
Brendan Forster
8d9fec1294
Merge pull request #2519 from xeoneux/patch-1
...
Update VisualStudio.gitignore
2017-11-18 11:17:15 +11:00
Aayush Kapoor
91c39c4151
Update VisualStudio.gitignore
2017-11-17 21:51:29 +05:30
Noctis-
bc18e2f16f
Update comment
2017-11-16 09:09:25 +10:00
Dean Butcher
238d3a6861
Ignore Visual Studio 2017 generated files.
2017-11-14 21:57:28 -04:00
Chris Lush
33f2a7108f
Revert "Remove Composer's file and directory."
...
This reverts commit 5b83681411
.
2017-11-09 15:35:03 +00:00
Brendan Forster
fad7792207
Merge pull request #2512 from jsoref/spelling
...
Spelling
2017-11-08 12:47:52 +11:00
Josh Soref
657c2b3a1f
spelling: utils
2017-11-08 01:20:10 +00:00
Josh Soref
887051cabf
spelling: intellij
2017-11-08 01:16:31 +00:00
Brendan Forster
9da1b5d8ce
Merge pull request #2509 from hantuzun/patch-1
...
Update Terraform.gitignore
2017-10-30 09:36:49 +11:00
Brendan Forster
c0759731e2
Merge pull request #2506 from cliffordp/patch-1
...
Fix link to go to current anchor
2017-10-30 09:32:35 +11:00
Han Tuzun
dca471d597
Update Terraform.gitignore
...
Improvements:
* `.terraform` directories could be created in any subdirectory when user runs `terraform init`.
* Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern.
* `*.tfvars` files often contain private data and not supposed to be committed.
2017-10-29 22:26:00 +02:00
Clifford
ca57c447a3
Fix link to go to current anchor
2017-10-27 17:55:29 -05:00
bndw
3bb1ab44b3
Remove .glide/ ignore
...
This was a workaround for https://github.com/Masterminds/glide/issues/736
Signed-off-by: bndw <benjamindwoodward@gmail.com>
2017-10-23 22:43:41 -07:00
Brendan Forster
982268df04
Merge pull request #2504 from Yousha/master
...
Windows.gitignore - Change desktop.ini to [Dd]esktop.ini
2017-10-23 20:25:34 +10:00
Yousha Aleayoub
b9efdd7d94
Change desktop.ini to [Dd]esktop.ini
2017-10-23 11:37:18 +03:30