mirror of
https://github.com/actions/javascript-action.git
synced 2025-12-12 15:12:44 +00:00
update gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,3 +1,6 @@
|
|||||||
|
# comment this out distribution branches
|
||||||
|
node_modules/
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
*.log
|
*.log
|
||||||
@@ -32,8 +35,7 @@ bower_components
|
|||||||
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
# Compiled binary addons (https://nodejs.org/api/addons.html)
|
||||||
build/Release
|
build/Release
|
||||||
|
|
||||||
# Dependency directories
|
# Other Dependency directories
|
||||||
node_modules/
|
|
||||||
jspm_packages/
|
jspm_packages/
|
||||||
|
|
||||||
# TypeScript v1 declaration files
|
# TypeScript v1 declaration files
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ Actions are run from GitHub repos. We will create a releases branch and only ch
|
|||||||
|
|
||||||
Comment out node_modules in .gitignore and create a releases/v1 branch
|
Comment out node_modules in .gitignore and create a releases/v1 branch
|
||||||
```bash
|
```bash
|
||||||
# Dependency directories
|
# comment this out distribution branches
|
||||||
# node_modules/
|
# node_modules/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user