unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
1# See http://help.github.com/ignore-files/ for more about ignoring files.
2src/environments/environment.prod.ts
3
4# compiled output
5/dist
6/tmp
7/out-tsc
8# Only exists if Bazel was run
9/bazel-out
10# settings
11Caddyfile
12
13# override directory
14/overrides
15
16# dependencies
17/node_modules
18
19# profiling files
20chrome-profiler-events*.json
21
22# IDEs and editors
23/.idea
24.project
25.classpath
26.c9/
27*.launch
28.settings/
29*.sublime-workspace
30
31# IDE - VSCode
32.vscode/*
33!.vscode/settings.json
34!.vscode/tasks.json
35!.vscode/launch.json
36!.vscode/extensions.json
37.history/*
38
39# misc
40/.angular/cache
41/.sass-cache
42/connect.lock
43/coverage
44/libpeerconnection.log
45npm-debug.log
46yarn-error.log
47testem.log
48/typings
49buildData.json
50
51# System Files
52.DS_Store
53Thumbs.db