-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (94 loc) · 1.85 KB
/
.gitignore
File metadata and controls
119 lines (94 loc) · 1.85 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Possible configuration secrets and personal data
*.json
*.csv
*.BAK
# compiled output
**/dist
**/tmp
**/coverage
**/pix.log.*
**/test-results
# dependencies
**/node_modules
# misc
**/.eslintcache
**/.sass-cache
**/npm-debug.log
**/testem.log
**/out.log
**/*.log
**/*.log.*
# IDE
**/.fleet
**/.idea
!.idea/runConfigurations/*.xml
*.iml
*.code-workspace
# system
.DS_Store
**/.env
**/.env.*
# CircleCI
*.circle-cache-key
# ember-try
**/.node_modules.ember-try/
**/bower.json.ember-try
**/package.json.ember-try
api/.vscode/*
api/.vscode
.vscode/*
!.vscode/sample.launch.json
!.vscode/sample.settings.json
!.vscode/extensions.json
.history
# ember-try
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try
# cypress
high-level-tests/e2e/cypress/screenshots/*
high-level-tests/e2e/cypress/screenshots
high-level-tests/e2e/cypress/videos/*
high-level-tests/e2e/cypress/videos
# Heap files
*.heapsnapshot
*.heapprofile
# Dependency violations script
api/dependencies-violations.json
api/dependencies-violations.md
# Answers extracts
api/scripts/extractions
# Visual regression snapshots
high-level-tests/e2e/cypress/snapshots/actual/**
# Pipe viewer
**/pv*.out
# Docker-compose config
docker/data/
# Claude Code documentation
CLAUDE.md
.claude/
.claudeignore
# Gemini Code documentation
GEMINI.md
.gemini/
.geminiignore
# Allow JSON files in translations directories
!**/translations/*.json
# Allow package.json and package-lock.json
!package.json
!package-lock.json
# Allow JSON files in learning-content/modules directory
!learning-content/modules/*.json
# Allow jsconfig and tsconfig files
!jsconfig.json
!tsconfig*.json
# Allow other config files
!.lintstagedrc.json
!scalingo.json
!.oxfmtrc.json
!.prettierrc.json
!.stylelintrc.json
!nodemon.json
!timings.json
!dependencies.json