Skip to content

Commit 1af8ce5

Browse files
authored
Update .gitignore
remove compiled js files - they should be build from src using npm run build during development
1 parent 26f8f85 commit 1af8ce5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ build/
1818
.php-cs-fixer.cache
1919

2020
# Vite build outputs (reference widget)
21-
# Note: Vue components (.mjs) in js/ are tracked for deployment
22-
# admin-settings.js and personal-settings.js are manually created and tracked
23-
# Exclude source maps and vendor license to save repository space
24-
js/**/*.map
25-
js/vendor.LICENSE.txt
21+
js/
2622

2723
# IDE files
2824
.idea/

0 commit comments

Comments
 (0)