mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-13 19:13:42 +02:00
* wip(22w6a): add glitch bg * wip(22w6b): add content and more glitching * wip(22w7a): add card backdrop-filter * wip(22w7b): add visibilitychange event * wip(22w7c): add link click handler * wip(22w7d): add webkit backdrop filter support * wip(22w7e): fix font size * wip(22w7f): refactor glitch * wip(22w7g): add forceBg to glitch * wip(22w7h): add error page * wip(22w7i): hide contact button * feat: add OGP tags Co-authored-by: Cloud Shell <cloud-shell@victor-westerlund.iam.gserviceaccount.com>
55 lines
748 B
Text
Executable file
55 lines
748 B
Text
Executable file
# victorwesterlund.com #
|
|
########################
|
|
.well-known/
|
|
/content
|
|
|
|
# Bootstrapping #
|
|
#################
|
|
/node_modules
|
|
/public/hot
|
|
/public/storage
|
|
/storage/*.key
|
|
/vendor
|
|
.env
|
|
.env.backup
|
|
.phpunit.result.cache
|
|
Homestead.json
|
|
Homestead.yaml
|
|
npm-debug.log
|
|
yarn-error.log
|
|
public/robots.txt
|
|
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
.directory
|
|
|
|
# Tool specific files #
|
|
#######################
|
|
# vim
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
# sublime text & textmate
|
|
*.sublime-*
|
|
*.stTheme.cache
|
|
*.tmlanguage.cache
|
|
*.tmPreferences.cache
|
|
# Eclipse
|
|
.settings/*
|
|
# JetBrains, aka PHPStorm, IntelliJ IDEA
|
|
.idea/*
|
|
# NetBeans
|
|
nbproject/*
|
|
# Visual Studio Code
|
|
.vscode
|
|
# Sass preprocessor
|
|
.sass-cache/
|