Add .gitignore and package-lock.json
This commit is contained in:
parent
b5a1673ed2
commit
6cf2cd94da
3 changed files with 1975 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Initial commit: project specification and README
|
Initial commit: TillTheEnd website with Vite + Tailwind CSS
|
||||||
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
1957
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue