-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Updated licenses and gitignores
- Loading branch information
Showing
7 changed files
with
134 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters