mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 03:37:05 +02:00
Compare commits
51 Commits
2722bf3197
...
6743c8336c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6743c8336c | ||
|
|
4d89c5d3e2 | ||
|
|
aef8819a8f | ||
|
|
8f5497c4be | ||
|
|
70da24ee68 | ||
|
|
4def375658 | ||
|
|
1a7b75fb11 | ||
|
|
81a7cc6c11 | ||
|
|
734bf73afa | ||
|
|
f86606d285 | ||
|
|
61268c1e43 | ||
|
|
d958809c97 | ||
|
|
9947276662 | ||
|
|
23d3287511 | ||
|
|
570fce64e4 | ||
|
|
1187b2cb9b | ||
|
|
e094da038b | ||
|
|
9d7511bedc | ||
|
|
d4753897ec | ||
|
|
a76c0e6d8e | ||
|
|
d0c2ec65c2 | ||
|
|
5b24c9042d | ||
|
|
7441291fc8 | ||
|
|
3b288cfb37 | ||
|
|
3304408968 | ||
|
|
e81fea5f71 | ||
|
|
48c777b699 | ||
|
|
57db0f3a6b | ||
|
|
c97a73771f | ||
|
|
7db9624f69 | ||
|
|
52833a1343 | ||
|
|
399559e0b7 | ||
|
|
e0041f1269 | ||
|
|
51c9bed9d0 | ||
|
|
ebc4db855a | ||
|
|
c3b96313ed | ||
|
|
a45008d646 | ||
|
|
edd04dce90 | ||
|
|
52c2f9a7c5 | ||
|
|
1141dbc87f | ||
|
|
08a7300667 | ||
|
|
51d9679541 | ||
|
|
9e92df704e | ||
|
|
647cae16e7 | ||
|
|
b27567d5be | ||
|
|
7b33adcda3 | ||
|
|
1b3fb86582 | ||
|
|
e18a850340 | ||
|
|
21fc4d99eb | ||
|
|
b6629caa12 | ||
|
|
d67fc993d6 |
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
27
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,3 +1,10 @@
|
|||||||
|
### Link to the application or project's homepage
|
||||||
|
|
||||||
|
_TODO_
|
||||||
|
<!---
|
||||||
|
Link to the project or application's homepage.
|
||||||
|
--->
|
||||||
|
|
||||||
### Reasons for making this change
|
### Reasons for making this change
|
||||||
|
|
||||||
_TODO_
|
_TODO_
|
||||||
@ -8,16 +15,18 @@ Please provide some background for this change.
|
|||||||
### Links to documentation supporting these rule changes
|
### Links to documentation supporting these rule changes
|
||||||
|
|
||||||
_TODO_
|
_TODO_
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
Link to the project docs, any existing .gitignore files that project may have in it's own repo, etc
|
Link to the project docs, any existing .gitignore files that project may have in its own repo, etc
|
||||||
--->
|
--->
|
||||||
|
|
||||||
### If this is a new template
|
|
||||||
|
|
||||||
Link to application or project’s homepage: TODO
|
|
||||||
|
|
||||||
### Merge and Approval Steps
|
### Merge and Approval Steps
|
||||||
- [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns
|
|
||||||
- [ ] Ensure CI is passing
|
<!---
|
||||||
- [ ] Get a review and Approval from one of the maintainers
|
Please ensure you accomplish these tasks in order to get your contribution accepted
|
||||||
|
--->
|
||||||
|
- [ ] I have read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and understand my PR will be closed if it doesn't meet these guidelines
|
||||||
|
|
||||||
|
<!---
|
||||||
|
Once done, please wait for a GitHub maintainer to review your PR and if necessary,
|
||||||
|
work with them to address any findings.
|
||||||
|
--->
|
||||||
|
|||||||
@ -2,36 +2,46 @@
|
|||||||
|
|
||||||
We’d love you to help us improve this project. To help us keep this collection
|
We’d love you to help us improve this project. To help us keep this collection
|
||||||
high quality, we request that contributions adhere to the following guidelines.
|
high quality, we request that contributions adhere to the following guidelines.
|
||||||
|
Any contributions that don't meet these guidelines will be closed.
|
||||||
|
|
||||||
- **Provide a link to the application or project’s homepage**. Unless it’s
|
- **Provide a link to the application or project’s homepage**. Unless it’s
|
||||||
extremely popular, there’s a chance the maintainers don’t know about or use
|
extremely popular, there’s a chance the maintainers don’t know about or use
|
||||||
the language, framework, editor, app, or project your change applies to.
|
the language, framework, editor, app, or project your change applies to.
|
||||||
|
|
||||||
|
- **Provide a reason for making this change**. Even if it seems self-evident,
|
||||||
|
please take a sentence or two to tell us why your change or addition should
|
||||||
|
happen. It’s especially helpful to articulate why this change applies to
|
||||||
|
*everyone* who works with the applicable technology, rather than just you or
|
||||||
|
your team.
|
||||||
|
|
||||||
- **Provide links to documentation** supporting the change you’re making.
|
- **Provide links to documentation** supporting the change you’re making.
|
||||||
Current, canonical documentation mentioning the files being ignored is best.
|
Current, canonical documentation mentioning the files being ignored is best.
|
||||||
If documentation isn’t available to support your change, do the best you can
|
If documentation isn’t available to support your change, do the best you can
|
||||||
to explain what the files being ignored are for.
|
to explain what the files being ignored are for.
|
||||||
|
|
||||||
- **Explain why you’re making a change**. Even if it seems self-evident, please
|
- **Keep scope as limited as possible**. Changes should be as small as possible
|
||||||
take a sentence or two to tell us why your change or addition should happen.
|
and apply to the most specific gitignore template available for the target
|
||||||
It’s especially helpful to articulate why this change applies to *everyone*
|
application. For example: OS-specific ignore rules like `.DS_Store` are not
|
||||||
who works with the applicable technology, rather than just you or your team.
|
accepted anywhere but their specific gitignore, `Global/macOS.gitignore` in
|
||||||
|
this case.
|
||||||
|
|
||||||
- **Please consider the scope of your change**. If your change specific to a
|
- **Only modify *one template* per pull request**. This helps keep pull
|
||||||
certain language or framework, then make sure the change is made to the
|
|
||||||
template for that language or framework, rather than to the template for an
|
|
||||||
editor, tool, or operating system.
|
|
||||||
|
|
||||||
- **Please only modify *one template* per pull request**. This helps keep pull
|
|
||||||
requests and feedback focused on a specific project or technology.
|
requests and feedback focused on a specific project or technology.
|
||||||
|
|
||||||
|
- **Add new rules to the most appropriate existing section**. Please ensure
|
||||||
|
your contribution does not create duplicate sections or add rules in
|
||||||
|
unrelated sections.
|
||||||
|
|
||||||
|
- **No duplicate rules**. It's easy to do, but it creates confusion and
|
||||||
|
introduces the risk of one or the other being missed in an update.
|
||||||
|
|
||||||
In general, the more you can do to help us understand the change you’re making,
|
In general, the more you can do to help us understand the change you’re making,
|
||||||
the more likely we’ll be to accept your contribution quickly.
|
the more likely we’ll be to accept your contribution quickly.
|
||||||
|
|
||||||
If a template is mostly a list of files installed by a particular version of
|
If a template is mostly a list of files installed by a particular version of
|
||||||
some software (e.g. a PHP framework) then it's brittle and probably no more
|
some software (e.g. a PHP framework) then it's brittle and probably no more
|
||||||
helpful than a simple `ls`. If it's not possible to curate a small set of
|
helpful than a simple `ls`. If it's not possible to curate a small set of
|
||||||
useful rules, then the template might not be a good fit for this collection.
|
useful rules, then the template is not a good fit for this collection.
|
||||||
|
|
||||||
Please also understand that we can’t list every tool that ever existed.
|
Please also understand that we can’t list every tool that ever existed.
|
||||||
Our aim is to curate a collection of the *most common and helpful* templates,
|
Our aim is to curate a collection of the *most common and helpful* templates,
|
||||||
|
|||||||
11
Deno.gitignore
Normal file
11
Deno.gitignore
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Deno
|
||||||
|
# https://deno.com/
|
||||||
|
|
||||||
|
# Cache directory (when using project-local DENO_DIR)
|
||||||
|
# https://docs.deno.com/runtime/fundamentals/setup/#deno_dir
|
||||||
|
.deno/
|
||||||
|
|
||||||
|
# Coverage reports
|
||||||
|
# https://docs.deno.com/runtime/reference/cli/coverage/
|
||||||
|
coverage/
|
||||||
|
*.lcov
|
||||||
10
Global/Zed.gitignore
Normal file
10
Global/Zed.gitignore
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Zed
|
||||||
|
# https://zed.dev/docs/configuring-zed#settings-files
|
||||||
|
#
|
||||||
|
# Zed stores project settings in a .zed/ directory, similar to .vscode/.
|
||||||
|
# By default, ignore the directory but allow commonly shared config files.
|
||||||
|
|
||||||
|
.zed/*
|
||||||
|
!.zed/settings.json
|
||||||
|
!.zed/tasks.json
|
||||||
|
!.zed/debug.json
|
||||||
@ -6,10 +6,10 @@ __MACOSX/
|
|||||||
.LSOverride
|
.LSOverride
|
||||||
Icon[
]
|
Icon[
]
|
||||||
|
|
||||||
# Thumbnails
|
# Resource forks
|
||||||
._*
|
._*
|
||||||
|
|
||||||
# Files that might appear in the root of a volume
|
# Files and directories that might appear in the root of a volume
|
||||||
.DocumentRevisions-V100
|
.DocumentRevisions-V100
|
||||||
.fseventsd
|
.fseventsd
|
||||||
.Spotlight-V100
|
.Spotlight-V100
|
||||||
@ -17,6 +17,15 @@ Icon[
]
|
|||||||
.Trashes
|
.Trashes
|
||||||
.VolumeIcon.icns
|
.VolumeIcon.icns
|
||||||
.com.apple.timemachine.donotpresent
|
.com.apple.timemachine.donotpresent
|
||||||
|
.com.apple.timemachine.supported
|
||||||
|
.PKInstallSandboxManager
|
||||||
|
.PKInstallSandboxManager-SystemSoftware
|
||||||
|
.hotfiles.btree
|
||||||
|
.vol
|
||||||
|
.file
|
||||||
|
.disk_label*
|
||||||
|
lost+found
|
||||||
|
.HFS+ Private Directory Data[
]
|
||||||
|
|
||||||
# Directories potentially created on remote AFP share
|
# Directories potentially created on remote AFP share
|
||||||
.AppleDB
|
.AppleDB
|
||||||
@ -24,3 +33,25 @@ Icon[
]
|
|||||||
Network Trash Folder
|
Network Trash Folder
|
||||||
Temporary Items
|
Temporary Items
|
||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
|
# Mac OS 6 to 9
|
||||||
|
Desktop DB
|
||||||
|
Desktop DF
|
||||||
|
TheFindByContentFolder
|
||||||
|
TheVolumeSettingsFolder
|
||||||
|
.FBCIndex
|
||||||
|
.FBCSemaphoreFile
|
||||||
|
.FBCLockFolder
|
||||||
|
|
||||||
|
# Quota system
|
||||||
|
.quota.group
|
||||||
|
.quota.user
|
||||||
|
.quota.ops.group
|
||||||
|
.quota.ops.user
|
||||||
|
|
||||||
|
# TimeMachine
|
||||||
|
Backups.backupdb
|
||||||
|
.MobileBackups
|
||||||
|
.MobileBackups.trash
|
||||||
|
MobileBackups.trash
|
||||||
|
tmbootpicker.efi
|
||||||
|
|||||||
@ -36,5 +36,8 @@ fp-info-cache
|
|||||||
# Archived Backups (KiCad 6.0)
|
# Archived Backups (KiCad 6.0)
|
||||||
**/*-backups/*.zip
|
**/*-backups/*.zip
|
||||||
|
|
||||||
|
# Local git-based history (KiCad 9.0+)
|
||||||
|
.history
|
||||||
|
|
||||||
# Local project settings
|
# Local project settings
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
|||||||
@ -92,9 +92,8 @@ dist
|
|||||||
# vuepress build output
|
# vuepress build output
|
||||||
.vuepress/dist
|
.vuepress/dist
|
||||||
|
|
||||||
# vuepress v2.x temp and cache directory
|
# vuepress v2.x temp directory
|
||||||
.temp
|
.temp
|
||||||
.cache
|
|
||||||
|
|
||||||
# Sveltekit cache directory
|
# Sveltekit cache directory
|
||||||
.svelte-kit/
|
.svelte-kit/
|
||||||
|
|||||||
@ -200,6 +200,8 @@ cython_debug/
|
|||||||
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
||||||
# you could uncomment the following to ignore the entire vscode folder
|
# you could uncomment the following to ignore the entire vscode folder
|
||||||
# .vscode/
|
# .vscode/
|
||||||
|
# Temporary file for partial code execution
|
||||||
|
tempCodeRunnerFile.py
|
||||||
|
|
||||||
# Ruff stuff:
|
# Ruff stuff:
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
|||||||
@ -29,8 +29,10 @@ ui_*.h
|
|||||||
*.jsc
|
*.jsc
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
|
build/
|
||||||
*.qm
|
*.qm
|
||||||
*.prl
|
*.prl
|
||||||
|
*.qmlls.ini
|
||||||
|
|
||||||
# Qt unit tests
|
# Qt unit tests
|
||||||
target_wrapper.*
|
target_wrapper.*
|
||||||
|
|||||||
32
README.md
32
README.md
@ -36,6 +36,9 @@ We support a collection of templates, organized in this way:
|
|||||||
|
|
||||||
## What makes a good template?
|
## What makes a good template?
|
||||||
|
|
||||||
|
First and foremost, a template contribution must adhere to our
|
||||||
|
[Contributing Guidelines](CONTRIBUTING.md).
|
||||||
|
|
||||||
A template should contain a set of rules to help Git repositories work with a
|
A template should contain a set of rules to help Git repositories work with a
|
||||||
specific programming language, framework, tool or environment.
|
specific programming language, framework, tool or environment.
|
||||||
|
|
||||||
@ -61,33 +64,7 @@ include your language, tool, or project, it’s not because it’s not awesome.
|
|||||||
|
|
||||||
## Contributing guidelines
|
## Contributing guidelines
|
||||||
|
|
||||||
We’d love for you to help us improve this project. To help us keep this collection
|
Please see our [Contributing Guidelines](CONTRIBUTING.md).
|
||||||
high quality, we request that contributions adhere to the following guidelines.
|
|
||||||
|
|
||||||
- **Provide a link to the application or project’s homepage**. Unless it’s
|
|
||||||
extremely popular, there’s a chance the maintainers don’t know about or use
|
|
||||||
the language, framework, editor, app, or project your change applies to.
|
|
||||||
|
|
||||||
- **Provide links to documentation** supporting the change you’re making.
|
|
||||||
Current, canonical documentation mentioning the files being ignored is best.
|
|
||||||
If documentation isn’t available to support your change, do the best you can
|
|
||||||
to explain what the files being ignored are for.
|
|
||||||
|
|
||||||
- **Explain why you’re making a change**. Even if it seems self-evident, please
|
|
||||||
take a sentence or two to tell us why your change or addition should happen.
|
|
||||||
It’s especially helpful to articulate why this change applies to _everyone_
|
|
||||||
who works with the applicable technology, rather than just you or your team.
|
|
||||||
|
|
||||||
- **Please consider the scope of your change**. If your change is specific to a
|
|
||||||
certain language or framework, then make sure the change is made to the
|
|
||||||
template for that language or framework, rather than to the template for an
|
|
||||||
editor, tool, or operating system.
|
|
||||||
|
|
||||||
- **Please only modify _one template_ per pull request**. This helps keep pull
|
|
||||||
requests and feedback focused on a specific project or technology.
|
|
||||||
|
|
||||||
In general, the more you can do to help us understand the change you’re making,
|
|
||||||
the more likely we’ll be to accept your contribution quickly.
|
|
||||||
|
|
||||||
## Versioned templates
|
## Versioned templates
|
||||||
|
|
||||||
@ -153,3 +130,4 @@ by automatically forking the project and prompting to send a pull request too.
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
[CC0-1.0](./LICENSE).
|
[CC0-1.0](./LICENSE).
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
*.class
|
*.class
|
||||||
|
*.tasty
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
|
|||||||
20
SolidWorks.gitignore
Normal file
20
SolidWorks.gitignore
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# gitignore file for a SolidWorks project
|
||||||
|
|
||||||
|
# SolidWorks temporary files
|
||||||
|
~$*.sldprt
|
||||||
|
~$*.sldasm
|
||||||
|
~$*.slddrw
|
||||||
|
~$*.sld
|
||||||
|
|
||||||
|
# For systems with case-sensitive (SolidWorks uses both)
|
||||||
|
~$*.SLDPRT
|
||||||
|
~$*.SLDASM
|
||||||
|
~$*.SLDDRW
|
||||||
|
~$*.SLD
|
||||||
|
|
||||||
|
# SolidWorks backups and auto-recovery
|
||||||
|
*.bak
|
||||||
|
*.swbak
|
||||||
|
|
||||||
|
# Cache of simulation results
|
||||||
|
/simulation_results/
|
||||||
76
Spring.gitignore
Normal file
76
Spring.gitignore
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# Compiled class file
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# BlueJ files
|
||||||
|
*.ctxt
|
||||||
|
|
||||||
|
# Mobile Tools for Java (J2ME)
|
||||||
|
.mtj.tmp/
|
||||||
|
|
||||||
|
# Build
|
||||||
|
target/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# Package Files #
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.nar
|
||||||
|
*.ear
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
|
||||||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
|
hs_err_pid*
|
||||||
|
replay_pid*
|
||||||
|
|
||||||
|
# Maven
|
||||||
|
pom.xml.tag
|
||||||
|
pom.xml.releaseBackup
|
||||||
|
pom.xml.versionsBackup
|
||||||
|
pom.xml.next
|
||||||
|
release.properties
|
||||||
|
dependency-reduced-pom.xml
|
||||||
|
buildNumber.properties
|
||||||
|
.mvn/timing.properties
|
||||||
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
|
|
||||||
|
# Gradle
|
||||||
|
.gradle/
|
||||||
|
!gradle/wrapper/gradle-wrapper.jar
|
||||||
|
|
||||||
|
# IDEs
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
out/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Eclipse
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
.settings/
|
||||||
|
|
||||||
|
# NetBeans
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|
||||||
|
# Temp
|
||||||
|
*.tmp
|
||||||
|
*.temp
|
||||||
|
|
||||||
|
# Env / secrets
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
@ -86,6 +86,7 @@ BenchmarkDotNet.Artifacts/
|
|||||||
project.lock.json
|
project.lock.json
|
||||||
project.fragment.lock.json
|
project.fragment.lock.json
|
||||||
artifacts/
|
artifacts/
|
||||||
|
.artifacts/
|
||||||
|
|
||||||
# ASP.NET Scaffolding
|
# ASP.NET Scaffolding
|
||||||
ScaffoldingReadMe.txt
|
ScaffoldingReadMe.txt
|
||||||
|
|||||||
113
bun.gitignore
Normal file
113
bun.gitignore
Normal file
@ -0,0 +1,113 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
# database
|
||||||
|
*.sqlite
|
||||||
|
|
||||||
|
# package-json
|
||||||
|
package-json.lock
|
||||||
|
|
||||||
|
# bun deploy file
|
||||||
|
node_modules.bun
|
||||||
|
|
||||||
|
# Diagnostic reports (https://nodejs.org/api/report.html)
|
||||||
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
|
||||||
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
|
lib-cov
|
||||||
|
|
||||||
|
# Coverage directory used by tools like istanbul
|
||||||
|
coverage
|
||||||
|
*.lcov
|
||||||
|
|
||||||
|
# nyc test coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
|
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
|
||||||
|
.grunt
|
||||||
|
|
||||||
|
# Bower dependency directory (https://bower.io/)
|
||||||
|
bower_components
|
||||||
|
|
||||||
|
# node-waf configuration
|
||||||
|
.lock-wscript
|
||||||
|
|
||||||
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
|
build/Release
|
||||||
|
|
||||||
|
# Dependency directories
|
||||||
|
node_modules/
|
||||||
|
jspm_packages/
|
||||||
|
|
||||||
|
# TypeScript v1 declaration files
|
||||||
|
typings/
|
||||||
|
|
||||||
|
# TypeScript cache
|
||||||
|
*.tsbuildinfo
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# Microbundle cache
|
||||||
|
.rpt2_cache/
|
||||||
|
.rts2_cache_cjs/
|
||||||
|
.rts2_cache_es/
|
||||||
|
.rts2_cache_umd/
|
||||||
|
|
||||||
|
# Optional REPL history
|
||||||
|
.node_repl_history
|
||||||
|
|
||||||
|
# Output of 'npm pack'
|
||||||
|
*.tgz
|
||||||
|
|
||||||
|
# Yarn Integrity file
|
||||||
|
.yarn-integrity
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env
|
||||||
|
.env.test
|
||||||
|
|
||||||
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
|
.cache
|
||||||
|
|
||||||
|
# Next.js build output
|
||||||
|
.next
|
||||||
|
|
||||||
|
# Nuxt.js build / generate output
|
||||||
|
.nuxt
|
||||||
|
dist
|
||||||
|
|
||||||
|
# Gatsby files
|
||||||
|
.cache/
|
||||||
|
# Comment in the public line in if your project uses Gatsby and *not* Next.js
|
||||||
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||||
|
# public
|
||||||
|
|
||||||
|
# vuepress build output
|
||||||
|
.vuepress/dist
|
||||||
|
|
||||||
|
# Serverless directories
|
||||||
|
.serverless/
|
||||||
|
|
||||||
|
# FuseBox cache
|
||||||
|
.fusebox/
|
||||||
|
|
||||||
|
# DynamoDB Local files
|
||||||
|
.dynamodb/
|
||||||
|
|
||||||
|
# TernJS port file
|
||||||
|
.tern-port
|
||||||
12
community/Tauri.gitignore
Normal file
12
community/Tauri.gitignore
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Tauri
|
||||||
|
# https://tauri.app/
|
||||||
|
#
|
||||||
|
# Recommended: Rust.gitignore
|
||||||
|
|
||||||
|
# Rust compilation output
|
||||||
|
# https://doc.rust-lang.org/cargo/guide/build-cache.html
|
||||||
|
target/
|
||||||
|
|
||||||
|
# WiX Toolset cache (Windows MSI installer builds)
|
||||||
|
# https://v2.tauri.app/distribute/windows-installer/
|
||||||
|
WixTools/
|
||||||
27
community/embedded/Microchip_MPLAB_X_IDE.gitignore
Normal file
27
community/embedded/Microchip_MPLAB_X_IDE.gitignore
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
#=============================================================================
|
||||||
|
# Microchip MPLAB X IDE .gitignore file.
|
||||||
|
#
|
||||||
|
# MPLABX: https://www.microchip.com/en-us/tools-resources/develop/mplab-x-ide
|
||||||
|
#
|
||||||
|
# MPLABX Version Control:-
|
||||||
|
# https://developerhelp.microchip.com/xwiki/bin/view/software-tools/ides/x/version-control/working-with-version-control/
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
# MPLAB X (NetBeans) Project files
|
||||||
|
**/*.X/nbproject/private/
|
||||||
|
**/*.X/nbproject/Makefile-*
|
||||||
|
**/*.X/nbproject/Package-*
|
||||||
|
!**/*.X/nbproject/*.xml
|
||||||
|
|
||||||
|
# MPLAB X Generated Files and Build Output
|
||||||
|
**/*.X/.generated_files/
|
||||||
|
**/*.X/build/
|
||||||
|
**/*.X/dist/
|
||||||
|
**/*.X/debug/
|
||||||
|
|
||||||
|
# MPLAB Code Configurator (MCC)
|
||||||
|
**/*.X/mcc_generated_files/
|
||||||
|
**/*.X/mcc-manifest-*.yml
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user