mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Update gitignore file
This commit is contained in:
+18
-14
@@ -1,16 +1,20 @@
|
||||
/build
|
||||
/public
|
||||
/resources
|
||||
# Dependencies
|
||||
/node_modules
|
||||
package-lock.json
|
||||
*.tern-port
|
||||
*/**/.tern-port
|
||||
.DS_Store
|
||||
.vscode/settings.json
|
||||
/scripts/converters/output
|
||||
/scripts/converters/results_to_markdown/*.json
|
||||
/scripts/converters/results_to_markdown/.terraform
|
||||
/scripts/converters/results_to_markdown/terraform.tfstate*
|
||||
/scripts/converters/results_to_markdown/*.tfvars
|
||||
|
||||
.idea/
|
||||
# Production
|
||||
/build
|
||||
|
||||
# Generated files
|
||||
.docusaurus
|
||||
.cache-loader
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
Reference in New Issue
Block a user