Initial commit: Configuration du projet P'titsPas

This commit is contained in:
Julien Martin
2025-04-28 18:17:56 +02:00
commit d5015b9c42
29 changed files with 465 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
# Dependencies
node_modules/
.pub-cache/
.dart_tool/
.packages
build/
dist/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database
*.sqlite
*.sqlite3
# Flutter
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
# Coverage
coverage/
*.lcov
# Temporary files
*.tmp
*.temp
.cache/
# Release notes
CHANGELOG.md