Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Update Respect .gitignore (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored Apr 14, 2018
1 parent 0205f43 commit 3b18975
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ coverage

# nyc test coverage
.nyc_output
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand All @@ -30,14 +29,14 @@ bower_components
# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
# TypeScript v1 declaration files
typings/

# Optional npm cache directory
Expand All @@ -58,5 +57,7 @@ typings/
# dotenv environment variables file
.env

# next.js build output
.next

dist
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ insert_final_newline = true
max_line_length = 90
```

## Respect .gitignore

```bash
$ env eclint check $(git ls-files)
```
for compatible with Windows, you can install [exec-extra](https://github.com/gucong3000/exec-extra)

## Locales currently supported:

- en: English.
Expand Down

0 comments on commit 3b18975

Please sign in to comment.