Add .gitignore and package-lock.json

This commit is contained in:
Loto 2026-03-02 17:51:22 +01:00
parent b5a1673ed2
commit 6cf2cd94da
3 changed files with 1975 additions and 1 deletions

View file

@ -1 +1 @@
Initial commit: project specification and README
Initial commit: TillTheEnd website with Vite + Tailwind CSS

17
.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
# Dependencies
node_modules/
# Build output
dist/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*

1957
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff