diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2025-09-15 01:08:27 +0200 |
| commit | c9b6b9a5ca082fe7c1b6f58d7713f785a9eb6a5c (patch) | |
| tree | 3e4f42f93c7ae89a364e4d51fff6e5cec4e55fa9 /graphs/js/.gitignore | |
add: graphs et rushs
Diffstat (limited to 'graphs/js/.gitignore')
| -rw-r--r-- | graphs/js/.gitignore | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/graphs/js/.gitignore b/graphs/js/.gitignore new file mode 100644 index 0000000..afb8184 --- /dev/null +++ b/graphs/js/.gitignore @@ -0,0 +1,54 @@ +*.tar +main.js +package.json +node_modules/ +yarn.lock +package-lock.json + +# IDEs and editors +.idea +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# IDE - VSCode +.vscode/* + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +# System Files +.DS_Store +Thumbs.db + +# Lint and formatter +.prettierrc.js +eslint.config.mjs |
