mirror of
https://github.com/github/gitignore.git
synced 2026-09-02 05:07:18 +02:00
Compare commits
14 Commits
077ec2d64e
...
e3e08c58b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3e08c58b8 | ||
|
|
3491a70611 | ||
|
|
12f6772475 | ||
|
|
218d0dcd59 | ||
|
|
1ea85c292d | ||
|
|
7111173b6b | ||
|
|
b6ddf064dd | ||
|
|
14c91a18cc | ||
|
|
92cceed617 | ||
|
|
da6d5a73e7 | ||
|
|
0a8f83647e | ||
|
|
82e413a7d3 | ||
|
|
e538e96f2e | ||
|
|
786acd1d0c |
28
Firebase.gitignore
Normal file
28
Firebase.gitignore
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Firebase build and deployment files
|
||||||
|
/firebase-debug.log
|
||||||
|
/firebase-debug.*.log
|
||||||
|
.firebaserc
|
||||||
|
|
||||||
|
# Firebase Hosting
|
||||||
|
/firebase.json
|
||||||
|
*.cache
|
||||||
|
hosting/.cache
|
||||||
|
|
||||||
|
# Firebase Functions
|
||||||
|
/functions/node_modules/
|
||||||
|
/functions/.env
|
||||||
|
/functions/package-lock.json
|
||||||
|
|
||||||
|
# Firebase Emulators
|
||||||
|
/firebase-*.zip
|
||||||
|
/.firebase/
|
||||||
|
/emulator-ui/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
|
||||||
|
# Environment files (local configs)
|
||||||
|
/.env.*
|
||||||
42
Modelica.gitignore
Normal file
42
Modelica.gitignore
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
# Modelica - an object-oriented language for modeling of cyber-physical systems
|
||||||
|
# https://modelica.org/
|
||||||
|
# Ignore temporary files, build results, simulation files
|
||||||
|
|
||||||
|
## Modelica-specific files
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.bak-mo
|
||||||
|
*.mof
|
||||||
|
\#*\#
|
||||||
|
*.moe
|
||||||
|
*.mol
|
||||||
|
|
||||||
|
## Build artefacts
|
||||||
|
*.exe
|
||||||
|
*.exp
|
||||||
|
*.o
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
## Simulation files
|
||||||
|
*.mat
|
||||||
|
|
||||||
|
## Package files
|
||||||
|
*.gz
|
||||||
|
*.rar
|
||||||
|
*.tar
|
||||||
|
*.zip
|
||||||
|
|
||||||
|
## Dymola-specific files
|
||||||
|
buildlog.txt
|
||||||
|
dsfinal.txt
|
||||||
|
dsin.txt
|
||||||
|
dslog.txt
|
||||||
|
dsmodel*
|
||||||
|
dsres.txt
|
||||||
|
dymosim*
|
||||||
|
request
|
||||||
|
stat
|
||||||
|
status
|
||||||
|
stop
|
||||||
|
success
|
||||||
|
*.
|
||||||
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
## Bibliography auxiliary files (bibtex/biblatex/biber):
|
||||||
*.bbl
|
*.bbl
|
||||||
|
*.bbl-SAVE-ERROR
|
||||||
*.bcf
|
*.bcf
|
||||||
*.blg
|
*.blg
|
||||||
*-blx.aux
|
*-blx.aux
|
||||||
|
|||||||
31
community/AutomationStudio.gitignore
Normal file
31
community/AutomationStudio.gitignore
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# gitignore template for B&R Automation Studio (AS) 4
|
||||||
|
# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/
|
||||||
|
|
||||||
|
# AS temporary directories
|
||||||
|
Binaries/
|
||||||
|
Diagnosis/
|
||||||
|
Temp/
|
||||||
|
TempObjects/
|
||||||
|
|
||||||
|
# AS transfer files
|
||||||
|
*artransfer.br
|
||||||
|
*arTrsfmode.nv
|
||||||
|
|
||||||
|
# 'ignored' directory
|
||||||
|
ignored/
|
||||||
|
|
||||||
|
# ARNC0ext
|
||||||
|
*arnc0ext.br
|
||||||
|
|
||||||
|
# AS File types
|
||||||
|
*.bak
|
||||||
|
*.isopen
|
||||||
|
*.orig
|
||||||
|
*.log
|
||||||
|
*.asar
|
||||||
|
*.csvlog*
|
||||||
|
*.set
|
||||||
|
!**/Physical/**/*.set
|
||||||
|
|
||||||
|
# RevInfo variables
|
||||||
|
*RevInfo.var
|
||||||
Loading…
Reference in New Issue
Block a user