Skip to content

Commit

Permalink
update to vite + typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
webdesignberlin committed Aug 1, 2023
1 parent a63b4e6 commit 9a182a5
Show file tree
Hide file tree
Showing 83 changed files with 2,729 additions and 1,152 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

19 changes: 6 additions & 13 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
# editorconfig.org

# Editor configuration, see http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.json]
indent_style = space
indent_size = 2
insert_final_newline = false

[*.js]
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100

[*.md]
max_line_length = off
trim_trailing_whitespace = false
154 changes: 23 additions & 131 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,132 +1,24 @@
###
# + Project related
# ==================================================================

# processed assets
app/**/*.map

# dist
dist/

# vendor files
app/styles/vendor/
app/js/vendor/

# temporary assets
app/temp/

# = Project related
# wraith screenshots https://github.com/jamesryanbell/node-wraith
shots/

# sassdocs
docs/*

# release
release.tar.gz
release_data/dev_host.json
release_data/stage_host.json
release_data/live_host.json
release_data/id_rsa

# report
reports/

# coverage results of unit tests
coverage/


###
# + IDEs / DevEnv
# ==================================================================

# JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
/*.iml
.idea/
.idea_modules/
*.ipr
*.iws

# eclipse pdt
.project

# Dreamweaver
_notes
dwsync.xml

# Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
.sublime-grunt.cache
sftp-config.json

# Jenkins, Vagrant
build/*
.vagrant/

# Node, Bower, Sass
node_modules/
npm-debug.log
bower_components/
.sass-cache/

# = IDEs / DevEnv



###
# + Operating systems
# ==================================================================

# Linux
*~
.directory
.ssh/

# Windows
thumbs.db
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# OSX
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.Spotlight-V100
.Trashes
.AppleDB
.AppleDesktop

# = Operating systems



###
# + Other
# ==================================================================

*.tmp
*.bak
*.swp
*.map

# = Other



###
# + Do not ignore
# ==================================================================

!.gitignore
!.gitkeep

# = Do not ignore
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
19 changes: 0 additions & 19 deletions .jshintrc

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

107 changes: 0 additions & 107 deletions Gruntfile.js

This file was deleted.

47 changes: 0 additions & 47 deletions app/.htaccess

This file was deleted.

24 changes: 0 additions & 24 deletions app/cache.manifest

This file was deleted.

Loading

0 comments on commit 9a182a5

Please sign in to comment.