Compare commits

...

6 Commits

Author SHA1 Message Date
Yasin
85ad245808
Merge cda33e400b into 7247090aa6 2026-04-17 00:54:56 +00:00
Devin Dooley
7247090aa6
Merge pull request #4811 from foxtrottNB/patch-1
Add ignore rule for TwinCAT Measurement files
2026-04-16 09:42:29 -07:00
foxtrottNB
6836b38f62
Add ignore rule for TwinCAT Measurement files 2026-03-12 15:27:47 +01:00
Yasin
cda33e400b
fix(.gitignore): fixed GitHub copilot review changes 2025-09-30 18:33:42 +03:30
Yasin
0fc6f886bc
chore(VueJs): added VueJs.gitignore file specific for Vue.js 2025-09-30 18:28:36 +03:30
Yasin
dc80d08c3f
chore(ReactJs): added ReactJs.gitignore file specific for ReactJs 2025-09-30 18:28:11 +03:30
3 changed files with 106 additions and 0 deletions

51
ReactJs.gitignore Normal file
View File

@ -0,0 +1,51 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependency directories
node_modules/
jspm_packages/
# Production build output (CRA / Vite / Next.js)
build/
dist/
.next/
out/
# Local environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Editor directories and files
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Caches
.cache/
.temp/
*.tmp
*.temp
# Optional: lock files (if you prefer not to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# System files
.DS_Store
Thumbs.db

View File

@ -55,3 +55,6 @@ LineIDs.dbg.bak
*.~u
*.project.~u
*.suo
# TwinCAT Measurement
*.vsm

52
VueJs.gitignore Normal file
View File

@ -0,0 +1,52 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Dependency directories
node_modules/
jspm_packages/
# Production build output (Vue CLI / Vite)
dist/
build/
www/
*.local
# Local environment files
.env
.env.local
.env.*.local
# Vue CLI UI config
.vue-cli-ui.json
# Editor directories and files
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript
*.tsbuildinfo
tsconfig.tsbuildinfo
# Caches
.cache/
.temp/
*.tmp
*.temp
# Optional: lock files (if you prefer not to commit them)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# System files
.DS_Store
Thumbs.db