-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (40 loc) · 1.04 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
target
build
latest-build
tmp
var
sitecues-load-script.js
latest-extension-build
*.iml
*.ipr
*.iws
.pip
# Dependencies.
# =============
# These are compiled per-environment, by each developer.
node_modules
# Build system output.
# ====================
# Unit test coverage, etc.
report
# Operating system shenanigans.
# =============================
.DS_Store
# Development tool metadata.
# ==========================
*.log
.idea
.vagrant
nbproject
# Used by Gource to visualize changes in the Git repo. over time.
fetchavatars.pl
# User-local environment template.
# ================================
# This file is sourced during testing. It contains logins for cloud services and is considered private.
config/.env
# Generated cursor output files make it into the repo.
# ====================================================
# The cursor_output directory should be ignored to save space in the repo.
# Cursors that should be in the IE version should be copied to the source/images/cursors directory.
tools/site/generate-cursors/cursor_output/
/test/core