Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82bd859

Browse files
committed
(env): add standard Node .gitignore
- for now so that pack and logs are ignored, but also node_modules, etc in the future
1 parentbf4eb01 commit82bd859

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

‎.gitignore‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Node ###
2+
3+
# Logs
4+
logs
5+
*.log
6+
npm-debug.log*
7+
8+
# Dependency directories
9+
node_modules/
10+
11+
# Optional npm cache directory
12+
.npm
13+
14+
# Optional REPL history
15+
.node_repl_history
16+
17+
# Output of 'npm pack'
18+
*.tgz
19+
20+
# dotenv environment variables file
21+
.env

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp