odin-codespace/.gitignore
Mike Smith 59a08e23a9 adding mini msg board
Squashed commit of the following:

commit 5e685faff0
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 20:39:19 2025 -0500

    feat: mobile styling

commit 30a4ac6326
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:51:53 2025 -0500

    another test

commit b847c0f231
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:48:29 2025 -0500

    fix: cf header

commit acc580fb79
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:46:22 2025 -0500

    feat: add client ip tracking

commit 289b95d957
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 16:40:49 2025 -0500

    feat: add footer and styling

commit eda40eb113
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Jan 1 14:59:35 2025 -0500

    feat: added a comment section

commit 27840f3537
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Tue Dec 31 14:45:21 2024 -0500

    css: black color

commit 3c3deda986
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Tue Dec 31 14:29:00 2024 -0500

    ui: better design and stuff

commit cd43c949aa
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Sat Dec 28 17:47:39 2024 -0500

    fix: styling

commit 8c0a4a773e
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Sat Dec 28 14:32:07 2024 -0500

    styling added + better templates

commit 0a21838c91
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:33:44 2024 -0500

    fix: create tables

commit 77832d73de
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:21:48 2024 -0500

    dockerfile_update

commit 90769c9bf1
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Fri Dec 27 22:17:36 2024 -0500

    more code

commit e07590d6e5
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 08:15:00 2024 -0500

    updates

commit 1d28883841
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 07:38:38 2024 -0500

    updated docker file

commit eb3068af96
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Thu Dec 26 07:27:38 2024 -0500

    added dockerfile

commit 15a77883f4
Author: Mike Smith <89040888+smiggiddy@users.noreply.github.com>
Date:   Wed Dec 25 22:45:54 2024 -0500

    basic msg board
2025-01-01 21:54:34 -05:00

133 lines
2 KiB
Text

*.db
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
*.lcov
# nyc test coverage
.nyc_output
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# Snowpack dependency directory (https://snowpack.dev/)
web_modules/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# vuepress v2.x temp and cache directory
.temp
.cache
# Docusaurus cache and generated files
.docusaurus
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.DS_STORE