forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (16 loc) · 642 Bytes
/
.gitignore
File metadata and controls
23 lines (16 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Mac OS crap
.DS_Store
# WebStorm
.idea/workspace.xml
# Build artifacts
generated/
# npm
.bin/
### npm modules' build artifacts ###
# Karma
node_modules/karma/node_modules/chokidar/node_modules/fsevents/
node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build/
node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/builderror.log
# Selenium WebDriverJS: Optional dependencies that don't build on vanilla Windows
node_modules/selenium-webdriver/node_modules/ws/node_modules/bufferutil/
node_modules/selenium-webdriver/node_modules/ws/node_modules/utf-8-validate/