-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 720 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (37 loc) · 720 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
*/node_modules
*/**/.env*
.venv/
results/
# See http:/help.github.com/ignore-files/ for more about ignoring files.
./back/
# compiled output
./back/dist
./back/tmp
./back/out-tsc
# IDEs and editors
./back/.idea
./back/.project
./back/.classpath
./back/.c9/
./back/*.launch
./back/.settings/
./back/*.sublime-workspace
# IDE - VSCode
./back/.vscode/extensions.json
./back/!.vscode/settings.json
./back/!.vscode/tasks.json
./back/!.vscode/launch.json
./back/!.vscode/extensions.json
# misc
./back/.sass-cache
./back/connect.lock
./back/coverage
./back/libpeerconnection.log
./back/npm-debug.log
./back/yarn-error.log
./back/testem.log
./back/typings
# System Files
./back/.DS_Store
./back/Thumbs.db
./back/.nx/cache