remove .yarn from git

This commit is contained in:
HolgerHatGarKeineNode
2023-02-09 22:15:37 +01:00
parent aa54f4ebd2
commit 6bf0fb47f4
3 changed files with 874 additions and 3 deletions

1
.gitignore vendored
View File

@@ -27,3 +27,4 @@ auth.json
yarn-error.log
.yarn/*
!.yarn/releases

873
.yarn/releases/yarn-3.4.1.cjs vendored Executable file

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,5 @@
import './bootstrap'
// Import the plugin styles
import 'filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css';
import Alpine from 'alpinejs'
import collapse from '@alpinejs/collapse'
import intersect from '@alpinejs/intersect'