Compare commits

...

26 Commits

Author SHA1 Message Date
Nikita Mikhailov
7bfab2ec5b
Merge branch 'main' into main 2025-09-10 12:59:21 +03:00
Devin Dooley
10b26ce43d
Merge pull request #4693 from navan0/main
Update Node.gitignore
2025-09-02 09:48:33 -07:00
Navaneeth Anand
34336c9d62
refine Vite entries 2025-08-31 13:28:53 +05:30
Tim Hunter
015e9f2eef
Merge pull request #4702 from achillesrasquinha/salesforce
feat: Add Salesforce
2025-08-27 12:37:48 -07:00
Devin Dooley
b19bb58983
Merge pull request #4720 from spartanhaden/main
Remove trailing whitespace
2025-08-26 12:43:22 -07:00
Haden Wasserbaech
949aaa81d9
Remove trailing whitespace 2025-08-25 22:42:05 -07:00
Devin Dooley
d1c5e90de7
Merge pull request #4711 from sebastianw/modelsim-broad-match-python
Move ModelSim out of Global
2025-08-25 08:56:39 -07:00
Sebastian Wiesinger
ca05a4dafd Move ModelSim out of Global directiory
The ModelSim gitignore contains some broad ignores which might conflict
with many other projects.
2025-08-23 10:44:35 +02:00
Devin Dooley
79818019c1
Merge pull request #4708 from liyishuai/macos
macOS: ignore __MACOSX/
2025-08-22 16:36:39 -07:00
Daniel Johnson
c554d49651
Merge pull request #4703 from lumirelle/feat/node
feat: support nuxt 4
2025-08-22 13:05:45 -07:00
Daniel Johnson
ee7dbbe9bd
Merge pull request #4704 from Water-Ty/main
Added files & folders to ignore that are generated by message brokers (python related)
2025-08-22 13:04:38 -07:00
Yishuai Li
37def63bc8
macOS: ignore __MACOSX/ 2025-08-12 05:57:20 +00:00
Achilles Rasquinha
f7d6e55ed9
Update Salesforce.gitignore
Removed node_modules and DS_Store
2025-08-10 14:45:04 -05:00
Daniel Johnson
e5379849ad
Merge pull request #3642 from lmajano/master
Addition of ColdBox HMVC Framework
2025-08-08 13:08:39 -07:00
Arjun Deka
a2eb961113
Added additional message broker files to ignore.
RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too.
2025-08-08 00:50:04 -07:00
Arjun Deka
bd7d99b21d
Added redis files to ignore
In this commit I added files that are generated by redis and should generally be ignored.
2025-08-08 00:45:19 -07:00
Lumirelle
21d16ca45a
feat: support nuxt 4 2025-08-08 09:47:10 +08:00
Achilles Gasper Rasquinha
1bd28f57ea feat: Add Salesforce 2025-08-07 03:05:13 +00:00
Tim Hunter
9255d4cfe4
Merge pull request #4701 from VeeronTen/godot-ignore-tmp
Ignore Godot  *.tmp files
2025-08-06 11:18:05 -07:00
Veeron Ten
489573b2ff Ignore Godot *.tmp files
Godot creates a bunch of *.tmp files which could be committed by mistake
2025-08-06 19:49:09 +02:00
Luis Majano
0fc4e3c6da
changed to community contributions 2025-07-28 11:23:57 +02:00
Luis Majano
0356fa0bd4
Merge branch 'github:main' into master 2025-07-28 11:19:56 +02:00
Navaneeth Anand
4b7063c9d7
Update Node.gitignore
Add Vite-specific entries to Node.gitignore
2025-07-27 18:40:43 +05:30
Luis Majano
18e38e6b36
Update ColdBox.gitignore 2025-06-09 14:12:12 +02:00
Luis Majano
0694bfe4e7
Update for COldBox 6 standards 2021-02-04 13:21:22 -06:00
Luis Majano
44fda6f85e Added ColdFusion ColdBox Platform Framework 2012-05-06 17:46:46 -05:00
21 changed files with 213 additions and 108 deletions

View File

@ -11,7 +11,7 @@ _site/
/vendor
# Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem
# GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# counterproductive to check this file into the repository.
# Details at https://github.com/github/pages-gem/issues/768

View File

@ -1,5 +1,6 @@
# General
.DS_Store
__MACOSX/
.AppleDouble
.LSOverride
Icon[ ]

View File

@ -6,6 +6,7 @@
.import/
export.cfg
export_credentials.cfg
*.tmp
# Imported translations (automatically generated from CSV files)
*.translation

View File

@ -1,47 +1,47 @@
# Compiled binaries
*.o
*.bin
*.elf
*.hex
*.map
*.out
*.obj
# Trash
*.bak
thumbs.db
*.~*
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
# IAR Debug Exe
**/Exe/*.sim
# IAR Debug Obj
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
# IAR project "Debug" directory
Debug/
# IAR project "Release" directory
Release/
# IAR project settings directory
settings/
# IAR backup files
Backup*
# IAR .dep files
# Compiled binaries
*.o
*.bin
*.elf
*.hex
*.map
*.out
*.obj
# Trash
*.bak
thumbs.db
*.~*
# IAR Settings
**/settings/*.crun
**/settings/*.dbgdt
**/settings/*.cspy
**/settings/*.cspy.*
**/settings/*.xcl
**/settings/*.dni
**/settings/*.wsdt
**/settings/*.wspos
# IAR Debug Exe
**/Exe/*.sim
# IAR Debug Obj
**/Obj/*.pbd
**/Obj/*.pbd.*
**/Obj/*.pbi
**/Obj/*.pbi.*
# IAR project "Debug" directory
Debug/
# IAR project "Release" directory
Release/
# IAR project settings directory
settings/
# IAR backup files
Backup*
# IAR .dep files
*.dep

View File

@ -81,6 +81,7 @@ out
# Nuxt.js build / generate output
.nuxt
dist
.output
# Gatsby files
.cache/
@ -134,6 +135,7 @@ dist
!.yarn/sdks
!.yarn/versions
# Vite logs files
# Vite files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.vite/

View File

@ -5,9 +5,9 @@ packer_cache/
crash.log
# https://www.packer.io/guides/hcl/variables
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and
# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data,
# such as password, private keys, and other secrets. These should not be part of
# version control as they are data points which are potentially sensitive and
# subject to change depending on the environment.
#
*.pkrvars.hcl

View File

@ -38,4 +38,4 @@ inc/
/local/
/.carmel/
# cpanfile.snapshot should generally be ignored for library code, otherwise included
# cpanfile.snapshot
# cpanfile.snapshot

View File

@ -131,6 +131,19 @@ __pypackages__/
celerybeat-schedule
celerybeat.pid
# Redis
*.rdb
*.aof
*.pid
# RabbitMQ
mnesia/
rabbitmq/
rabbitmq-data/
# ActiveMQ
activemq-data/
# SageMath parsed files
*.sage.py

View File

@ -1,31 +1,31 @@
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
##
##
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
# Build output
bin/
obj/
# DACPAC files
*.dacpac
# Publish profiles (optional, if environment-specific)
*.publish.xml
# SQL Server debug files
*.dbmdl
*.sqlcmdvars
# Visual Studio settings
.vs/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
# Backup files
*.bak
*.log
## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc
##
##
## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore
# Build output
bin/
obj/
# DACPAC files
*.dacpac
# Publish profiles (optional, if environment-specific)
*.publish.xml
# SQL Server debug files
*.dbmdl
*.sqlcmdvars
# Visual Studio settings
.vs/
# User-specific files
*.user
*.suo
*.userosscache
*.sln.docstates
# Backup files
*.bak
*.log

39
Salesforce.gitignore Normal file
View File

@ -0,0 +1,39 @@
# 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

View File

@ -10,8 +10,8 @@ crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json

View File

@ -46,9 +46,9 @@ LineIDs.dbg.bak
**/_Repository/
# To include a specific library directory (i.e. third party/custom libs),
# To include a specific library directory (i.e. third party/custom libs),
# use pattern `!/**/_Libraries/<directory name>/` i.e. `!/**/_Libraries/www.tcunit.org/`
#
#
# VS Shell project specific files and folders
**/.vs/

View File

@ -0,0 +1,25 @@
# 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

View File

@ -0,0 +1,24 @@
# 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

View File

@ -21,7 +21,7 @@
## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control.
## Uncomment this line if you think it fits the way you work on your project.
## **/[Mm]edia/
## **/[Mm]edia/
# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder)
# Make sure to include details from VisualStudio.gitignore BEFORE this

View File

@ -1,9 +1,9 @@
# gitignore template for Nasa SpecsIntact (SI)
# Website: https://specsintact.ksc.nasa.gov/
#
# Recommended:
# Recommended:
# MicrosoftOffice.gitignore
#
#
# SpecsIntact (SI) Locking file; this would lock everyone out.
*.se$
@ -20,14 +20,14 @@ SUBMVER.*
TTLDIFFS.*
# SpecsIntact files that change a lot and don't actually affect SI
# PULL.TBL is an auto-generated file to help speed SI loading.
# PULL.TBL is an auto-generated file to help speed SI loading.
PULL.TBL
pulltbl.bck
# Tailoring information.
# Keep tailor.tag; it is a list of tailoring options in SI.
# JOB.OTL informs SI where a spec section came from.
# JOB.OTL informs SI where a spec section came from.
# Keeping the old one isn't useful in git.
JOB.OTL.OLD
@ -35,6 +35,6 @@ JOB.OTL.OLD
# notebooks, and if so, OneNote will litter the SI folder with these.
*.onetoc*
# Log files, typically tagfix or other auto generated logs that aren't useful
# Log files, typically tagfix or other auto generated logs that aren't useful
# outside of the user that made them and clutter up the index.
*.log

View File

@ -10,8 +10,8 @@ crash.log
crash.*.log
# Exclude all .tfvars files, which are likely to contain sensitive data, such as
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# password, private keys, and other secrets. These should not be part of version
# control as they are data points which are potentially sensitive and subject
# to change depending on the environment.
*.tfvars
*.tfvars.json

View File

@ -1,11 +1,11 @@
# gitignore template for RPA development using UiPath Studio
# website: https://www.uipath.com/product/studio
#
# Recommended: n/a
# Ignore folders that could cause issues if accidentally tracked
**/.local/**
**/.settings/**
**/.objects/**
**/.tmh/**
**/*.log
# gitignore template for RPA development using UiPath Studio
# website: https://www.uipath.com/product/studio
#
# Recommended: n/a
# Ignore folders that could cause issues if accidentally tracked
**/.local/**
**/.settings/**
**/.objects/**
**/.tmh/**
**/*.log

View File

@ -25,7 +25,7 @@ icon.png
lib/
deps/
obj/
# Ignore operating system-specific files
$RECYCLE.BIN/
.Trash-1000/

View File

@ -3,7 +3,7 @@
# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories
# Dynamic workspace settings
# * We don't recommend to ignore the .workspace directory, because of important
# * We don't recommend to ignore the .workspace directory, because of important
# * project specific settings
# * local user settings
.workspace/ETdrive.xml