forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 1
owino #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sepatus88
wants to merge
294
commits into
cermaifjenterprise:master
Choose a base branch
from
sepatus88:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
owino #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Waf for URL and specificity
Since the version 5.2, Unity has used Visual Studio 2015 instead of MonoDevelop as default script editor in Windows. This change may be helpful for Unity developers who use the recent version of Unity in Windows.
Unity: ignore Visual Studio 2015 cache directory
[Node] make directory rules explicit
[Go] Update ignore patterns.
[Python] add .venv as file
[Global/JetBrains] add support for Rider and nested projects
[Magento] basic files that must be ignored
Add an explanation to reduce PHP framework clutter
Ignore ensime files
Added .gitignore for PureScript
[Node/VisualStudio] ignore typings directory
Codeigniter 3 support
Ignoring more generated file for Java project
This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).
fix(Node): ignore yarn logs
Add missing space for the last comment
Fix spelling
Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder.
* 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
Add .jekyll-cache/ as per envygeeks/jekyll-assets
The out of date models flag is automatically generated by the system, we don't want this in Git
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
* 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
* Update Eclipse.gitignore * Update Eclipse.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. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170
Go: Add '*.exe~' to .gitignore
Update Node.gitignore
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.
Fixed the unignore of folder 'packages'
Add fastlane in Android gitignore
Update Android.gitignore
Added a temporary file used in MacTeX
Update TeX.gitignore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reasons for making this change:
TODO
Links to documentation supporting these rule changes:
TODO
If this is a new template: