modificato: readme.txt
[danixland-gravatar.git] / .gitignore
CommitLineData
70bd62ad 1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7
8# Coverage directory used by tools like istanbul
9coverage
10
11# Compiled binary addons (https://nodejs.org/api/addons.html)
12build/Release
13
14# Dependency directories
15node_modules/
16
17# Optional npm cache directory
18.npm
19
20# Optional eslint cache
21.eslintcache
22
23# Output of 'npm pack'
24*.tgz
25
26# dotenv environment variables file
27.env