mirror of
https://github.com/github/gitignore.git
synced 2026-08-29 19:27:19 +02:00
Compare commits
10 Commits
89cf783e7c
...
f9d90e966a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9d90e966a | ||
|
|
3780fff86c | ||
|
|
ca6c873762 | ||
|
|
6502030068 | ||
|
|
bf4440e850 | ||
|
|
d36057a9f8 | ||
|
|
cda33e400b | ||
|
|
0fc6f886bc | ||
|
|
dc80d08c3f | ||
|
|
b7562cc78e |
@ -1,3 +1,6 @@
|
||||
# Godot 4.2+ specific ignores
|
||||
~*.dll
|
||||
|
||||
# Godot 4+ specific ignores
|
||||
.godot/
|
||||
.nomedia
|
||||
|
||||
47
Lasal.gitignore
Normal file
47
Lasal.gitignore
Normal file
@ -0,0 +1,47 @@
|
||||
## LASAL ###
|
||||
# website: https://www.sigmatek-automation.com/en/products/engineering-tool-lasal/
|
||||
|
||||
# lasal screen/visu runtime folders generated during build
|
||||
**/Runtime
|
||||
**/BAK
|
||||
**/Language
|
||||
**/TempPreview
|
||||
|
||||
# lasal class runtime folders generated during build
|
||||
ProjectInternal
|
||||
Internal
|
||||
**/Network/*/*.st
|
||||
**/Drive/*.st
|
||||
|
||||
# bootdisk files
|
||||
**/Bootdisk
|
||||
|
||||
# various filetypes generated at runtime or used for internal backups
|
||||
*.ldi
|
||||
*.bak
|
||||
*.lob
|
||||
*.lba
|
||||
*.lcb
|
||||
*.lock
|
||||
*.plc
|
||||
*.7z
|
||||
*.zip
|
||||
*.lcc
|
||||
*.lds
|
||||
|
||||
# tag files generated by the compiler
|
||||
*.mme
|
||||
**/MaeExp.txt
|
||||
**/MaeExp.xml
|
||||
|
||||
# SigCLib requires lba and lob files
|
||||
!cObjLib.lob
|
||||
!cObjLib.lba
|
||||
|
||||
# opc related classes added automatically from lasal instance
|
||||
!**/Class/OPC_UA/**
|
||||
!**/Class/OPC_UA_Client/**
|
||||
!**/Class/OPC_UA_Server/**
|
||||
!**/Class/OPC_UA_ModuleBase/**
|
||||
!**/Class/OPC_UA_AddressSpace/**
|
||||
!**/Class/OPC_UA_OpenSSL_v1_1_1/**
|
||||
51
ReactJs.gitignore
Normal file
51
ReactJs.gitignore
Normal 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
|
||||
52
VueJs.gitignore
Normal file
52
VueJs.gitignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user