summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-09-19 03:32:48 +0200
committerGitHub <noreply@github.com>2019-09-19 03:32:48 +0200
commita130e8858b8890f442ec7f14d090ebef18cc867d (patch)
tree2fed9f4c2930b870304c603594e795802cbf08f5 /.gitignore
parent693a45c3fd700bb48f9dc93829416aebb4e4d343 (diff)
Clean up miscellaneous metafiles (#2981)
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 8 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 4118680a3..fbc934eaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,12 @@
-# build
+*.orig
+*.pyc
*.swp
-/out/
+
+/.idea/
+/.vscode/
+/gclient_config.py_entries
+/gh-pages/
/target/
-*.pyc
-gclient_config.py_entries
-yarn.lock
-# npm deps
-node_modules
-# editor files
-.idea
-.vscode
-# export dir for gh-pages
-/gh-pages
-# temp benchmark data
+/website/*.bundle.js
/website/data.json
/website/recent.json
-/website/*.bundle.js