diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-08-24 13:03:50 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-08-24 13:03:56 -0700 |
| commit | 5dc264e08253c3a97ea41d1fde5fbf3f33dd6591 (patch) | |
| tree | 0db325e5e280176702263d28817c371abce050db /static/.gitignore | |
| parent | 6f374aac7f4d553c484eecc77c9599be79f2d834 (diff) | |
| download | kennel.hatecomputers.club-5dc264e08253c3a97ea41d1fde5fbf3f33dd6591.tar.gz kennel.hatecomputers.club-5dc264e08253c3a97ea41d1fde5fbf3f33dd6591.zip | |
bring in jQuery, build with Vite
Diffstat (limited to 'static/.gitignore')
| -rw-r--r-- | static/.gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/static/.gitignore @@ -0,0 +1,24 @@ +# 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 +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? |
