-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (32 loc) · 744 Bytes
/
.gitignore
File metadata and controls
41 lines (32 loc) · 744 Bytes
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
# ##########
# NOTE - If you update .gitignore, be sure to also update .npmignore if appropriate
# ##########
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
# Editor config files
*.iml
.idea
.vimrc
.*.swp
.gradle
# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
# Users Environment Variables
.lock-wscript
dev.envrc
.envrc
# Ignore dist and build directories (target for compiled assets)
dist
build
# Ignore api-key.js, this should be created locally by each user
api-key.js
# Ignore the 'local' directory, so it can be a place to store things locally without git complaining
local/
grafana/tmp