first commit

This commit is contained in:
Robert Nasarek 2022-08-25 13:30:44 +02:00
commit 5ada72873f
30 changed files with 1286 additions and 0 deletions

67
.gitignore vendored Normal file
View file

@ -0,0 +1,67 @@
# Build folder and files #
##########################
builds/
# Development folders and files #
#################################
.tmp/
dist/
node_modules/
*.compiled.*
# Folder config file #
######################
Desktop.ini
# Folder notes #
################
_ignore/
# Log files & folders #
#######################
logs/
*.log
npm-debug.log*
.npm
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Photoshop & Illustrator files #
#################################
*.ai
*.eps
*.psd
# Windows & Mac file caches #
#############################
.DS_Store
Thumbs.db
ehthumbs.db
# Windows shortcuts #
#####################
*.lnk
# IDE
########################
.idea
# Lock-Files
########################
package-lock.json
yarn.lock
# Miscallaneos
report.docx
misc