generated from nick/nicksLab-Altium-ProjectTemplate
Initial commit
This commit is contained in:
commit
59cf06516c
|
@ -0,0 +1,22 @@
|
||||||
|
# ---> AltiumDesigner
|
||||||
|
# For PCBs designed using Altium Designer
|
||||||
|
# Website: https://www.altium.com/altium-designer/
|
||||||
|
|
||||||
|
# Directories containing cache data
|
||||||
|
History
|
||||||
|
__Previews
|
||||||
|
|
||||||
|
# Directories containing logs and generated outputs
|
||||||
|
Project\ Logs*
|
||||||
|
Project\ Outputs*
|
||||||
|
|
||||||
|
# Misc files generated by altium
|
||||||
|
debug.log
|
||||||
|
Status\ Report.txt
|
||||||
|
*.PcbDoc.htm
|
||||||
|
*.SchDocPreview
|
||||||
|
*.PcbDocPreview
|
||||||
|
|
||||||
|
# Lock files sometimes left behind
|
||||||
|
.~lock.*
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "nicksLab-Altium-OutputJob"]
|
||||||
|
path = nicksLab-Altium-OutputJob
|
||||||
|
url = https://git.nicktrimborn.de/nick/nicksLab-Altium-OutputJob.git
|
|
@ -0,0 +1,9 @@
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2024 nick
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
Binary file not shown.
|
@ -0,0 +1,18 @@
|
||||||
|
# Intro
|
||||||
|
|
||||||
|
Template Project which include minimum settings in altium to start a new poject
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Revision History
|
||||||
|
|
||||||
|
|Version No | Descrition |
|
||||||
|
|---|---|
|
||||||
|
| 01.00 | Intial Version |
|
||||||
|
|
||||||
|
For details see change log in altium project
|
||||||
|
|
||||||
|
# Known Issues
|
||||||
|
Known issues which should be fixed before releaser, or if a new release is made
|
||||||
|
|
||||||
|
- [ ] Hopefully nothing serious
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
Record=TopLevelDocument|FileName=Overview.SchDoc|SheetNumber=1
|
Loading…
Reference in New Issue