diff options
author | winniehell <git@winniehell.de> | 2016-07-22 22:54:58 +0200 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2016-10-26 10:00:55 +0200 |
commit | e5a0d41db0c2871cc9b229aab40de19bdabe1d9e (patch) | |
tree | 61df949191908e8ef59baf0bf73e1c9f4f93d9f7 /.gitignore | |
parent | 3d174c7198f103cdedd7c7ffb7678aff1dd4de33 (diff) | |
download | gitlab-ce-e5a0d41db0c2871cc9b229aab40de19bdabe1d9e.tar.gz |
add ESLint
ESLint config: https://github.com/airbnb/javascript
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9166512606d..6a1002621f4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /doc/code/* /dump.rdb /log/*.log* +/node_modules/ /nohup.out /public/assets/ /public/uploads.* |