commit b98efc2309550dd60dee0cd143b039ae3a9c6b41 Author: hsoo Date: Thu Nov 7 01:44:19 2024 +0900 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91a2aad --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# ---> Actionscript +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. + +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + +# ---> Agda +*.agdai +MAlonzo/** + +# ---> 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.* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..576c717 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# test +