Merging LavalinkV4 Branch
All checks were successful
Subsonics - Web/pipeline/head This commit looks good
All checks were successful
Subsonics - Web/pipeline/head This commit looks good
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@ -41,7 +41,15 @@ bower_components
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# Ignorer tous les dossiers dans node_modules
|
||||
node_modules/*
|
||||
|
||||
# Ne pas ignorer node_modules/moonlink.js et ses sous-dossiers
|
||||
!node_modules/moonlink.js
|
||||
!node_modules/moonlink.js/**
|
||||
|
||||
|
||||
jspm_packages/
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
@ -91,7 +99,7 @@ out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
@ -133,5 +141,5 @@ dist
|
||||
|
||||
data/config.json
|
||||
data
|
||||
data/users.json
|
||||
users.json
|
||||
|
||||
|
Reference in New Issue
Block a user