Ajouter des fichiers de base de données à .gitignore

This commit is contained in:
Tutur33
2024-02-22 19:06:13 +01:00
parent 7bc3cf0bd6
commit bacdf04b4d
3 changed files with 312 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "gestion",
"version": "1.0.0",
"description": "Le Bot Discord Gestion est un bot multifonction développé en JavaScript utilisant la bibliothèque Discord.js. Il est conçu pour offrir diverses fonctionnalités utiles pour les serveurs Discord.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tutur33/gestion-perso.git"
},
"author": "Tutur33",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Tutur33/gestion-perso/issues"
},
"homepage": "https://github.com/Tutur33/gestion-perso#readme",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.5"
}
}