forked from QwikDev/qwik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (47 loc) · 816 Bytes
/
.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
48
49
50
51
52
53
54
55
# Keep "OS" and "IDE and local environment" ignores on your local machine in user home
# git config --global core.excludesFile ~/.gitignore
# https://git-scm.com/docs/gitignore
# OS
**/.DS_Store
etc
temp
.history
.lh
*.
**/*.log
*.node
# Application
qwik-app/
/server/
/starters/**/server/
/packages/*/server/
!/packages/qwik/server/
/packages/*/src/styled-system/
todo-express/
target
!/packages/docs/src/routes/demo/events/target
src/napi/package-*
# Node
node_modules
# Artifacts
tsc-out
dist
dist-dev
external
lib
tsdoc-metadata.json
packages/qwik/bindings
# IDE and local environment
.idea
.eslintcache
test-results
.direnv
# Package Managers
.yarn/*
!.yarn/releases
.pnpm-store/*
# Local Netlify folder
.netlify
sandbox
# We need to ignore this because "changesets" will try to replace it
/CHANGELOG.md