-
-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·47 lines (41 loc) · 766 Bytes
/
.gitignore
File metadata and controls
executable file
·47 lines (41 loc) · 766 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
42
43
44
45
46
47
*.swp
.DS_Store
.idea
npm-debug.log
build
babel-output
lintreport.json
debug.log
# Binaries downloaded by binary download scripts
bin/configlet
bin/configlet.exe
# Node modules
/exercises/**/node_modules
/common/node_modules
/node_modules
# Yarn files
/exercises/**/.pnp.*
/exercises/**/.yarn/*
!/exercises/**/.yarn/patches
!/exercises/**/.yarn/plugins
!/exercises/**/.yarn/releases
!/exercises/**/.yarn/sdks
!/exercises/**/.yarn/versions
/common/.pnp.*
/common/.yarn/*
!/common/.yarn/patches
!/common/.yarn/plugins
!/common/.yarn/releases
!/common/.yarn/sdks
!/common/.yarn/versions
/.pnp.*
/.yarn/*
!/.yarn/patches
!/.yarn/plugins
!/.yarn/releases
!/.yarn/sdks
!/.yarn/versions
# Maintainer specific generated files
/tmp_exercises
/tmp
exercise-package.json