mirror of
https://github.com/github/gitignore.git
synced 2026-08-31 20:27:10 +02:00
Compare commits
No commits in common. "7bfab2ec5b8a7576811b4342991bb6764fe725cf" and "0ed6a1a3f1ca6b83c85a96f318d71371848700af" have entirely different histories.
7bfab2ec5b
...
0ed6a1a3f1
@ -1,6 +1,5 @@
|
|||||||
# General
|
# General
|
||||||
.DS_Store
|
.DS_Store
|
||||||
__MACOSX/
|
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
.LSOverride
|
.LSOverride
|
||||||
Icon[
]
|
Icon[
]
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
.import/
|
.import/
|
||||||
export.cfg
|
export.cfg
|
||||||
export_credentials.cfg
|
export_credentials.cfg
|
||||||
*.tmp
|
|
||||||
|
|
||||||
# Imported translations (automatically generated from CSV files)
|
# Imported translations (automatically generated from CSV files)
|
||||||
*.translation
|
*.translation
|
||||||
|
|||||||
@ -81,7 +81,6 @@ out
|
|||||||
# Nuxt.js build / generate output
|
# Nuxt.js build / generate output
|
||||||
.nuxt
|
.nuxt
|
||||||
dist
|
dist
|
||||||
.output
|
|
||||||
|
|
||||||
# Gatsby files
|
# Gatsby files
|
||||||
.cache/
|
.cache/
|
||||||
@ -135,7 +134,6 @@ dist
|
|||||||
!.yarn/sdks
|
!.yarn/sdks
|
||||||
!.yarn/versions
|
!.yarn/versions
|
||||||
|
|
||||||
# Vite files
|
# Vite logs files
|
||||||
vite.config.js.timestamp-*
|
vite.config.js.timestamp-*
|
||||||
vite.config.ts.timestamp-*
|
vite.config.ts.timestamp-*
|
||||||
.vite/
|
|
||||||
|
|||||||
@ -131,19 +131,6 @@ __pypackages__/
|
|||||||
celerybeat-schedule
|
celerybeat-schedule
|
||||||
celerybeat.pid
|
celerybeat.pid
|
||||||
|
|
||||||
# Redis
|
|
||||||
*.rdb
|
|
||||||
*.aof
|
|
||||||
*.pid
|
|
||||||
|
|
||||||
# RabbitMQ
|
|
||||||
mnesia/
|
|
||||||
rabbitmq/
|
|
||||||
rabbitmq-data/
|
|
||||||
|
|
||||||
# ActiveMQ
|
|
||||||
activemq-data/
|
|
||||||
|
|
||||||
# SageMath parsed files
|
# SageMath parsed files
|
||||||
*.sage.py
|
*.sage.py
|
||||||
|
|
||||||
|
|||||||
@ -1,39 +0,0 @@
|
|||||||
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
|
|
||||||
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
|
|
||||||
# For useful gitignore templates see: https://github.com/github/gitignore
|
|
||||||
|
|
||||||
# Salesforce cache
|
|
||||||
.sf/
|
|
||||||
.sfdx/
|
|
||||||
.localdevserver/
|
|
||||||
deploy-options.json
|
|
||||||
.localdev
|
|
||||||
|
|
||||||
# LWC VSCode autocomplete
|
|
||||||
**/lwc/jsconfig.json
|
|
||||||
|
|
||||||
# LWC Jest coverage reports
|
|
||||||
coverage/
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Eslint cache
|
|
||||||
.eslintcache
|
|
||||||
|
|
||||||
# Windows system files
|
|
||||||
Thumbs.db
|
|
||||||
ehthumbs.db
|
|
||||||
[Dd]esktop.ini
|
|
||||||
$RECYCLE.BIN/
|
|
||||||
|
|
||||||
# Salesforce Analyzer results
|
|
||||||
sca-results.csv
|
|
||||||
sfca_results.json
|
|
||||||
|
|
||||||
# Local environment variables
|
|
||||||
.env
|
|
||||||
@ -1,25 +0,0 @@
|
|||||||
# Servelet Ignores
|
|
||||||
WEB-INF
|
|
||||||
|
|
||||||
# Engines + Database + CBFS + Secrets
|
|
||||||
.tmp/**
|
|
||||||
.env
|
|
||||||
.engine/**
|
|
||||||
.cbfs/**
|
|
||||||
|
|
||||||
# Logs + Test Results
|
|
||||||
logs/**
|
|
||||||
tests/results/**
|
|
||||||
|
|
||||||
## Ignored Dependencies
|
|
||||||
/boxlang_modules/*
|
|
||||||
effective-pom.xml
|
|
||||||
/coldbox/**
|
|
||||||
/testbox/**
|
|
||||||
/modules/**
|
|
||||||
/lib/java/**
|
|
||||||
|
|
||||||
# NPM JS Assets (If applicable)
|
|
||||||
**/node_modules/*
|
|
||||||
npm-debug.log
|
|
||||||
yarn-error.log
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
# Servelet Ignores
|
|
||||||
WEB-INF
|
|
||||||
|
|
||||||
# Engines + Database + CBFS + Secrets
|
|
||||||
.tmp/**
|
|
||||||
.env
|
|
||||||
.engine/**
|
|
||||||
.cbfs/**
|
|
||||||
|
|
||||||
# Logs + Test Results
|
|
||||||
logs/**
|
|
||||||
tests/results/**
|
|
||||||
|
|
||||||
## Ignored Dependencies
|
|
||||||
effective-pom.xml
|
|
||||||
/coldbox/**
|
|
||||||
/testbox/**
|
|
||||||
/modules/**
|
|
||||||
/lib/java/**
|
|
||||||
|
|
||||||
# NPM JS Assets (If applicable)
|
|
||||||
**/node_modules/*
|
|
||||||
npm-debug.log
|
|
||||||
yarn-error.log
|
|
||||||
Loading…
Reference in New Issue
Block a user