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
| # OS
| .DS_Store
| Thumbs.db
|
| # IDEs
| .buildpath
| .project
| .settings/
| .build/
| .idea/
| public/
| nbproject/
|
| # Vagrant
| .vagrant/
|
| # FE Setup
| .bin/node_modules/
| /node_modules/
| src/node_modules/
| exampleSite/node_modules/
| src/npm-debug.log.*
| npm-debug.log
| /npm-debug.log*
| /dist/
| /src/client.config.json
| /styleguide/
| /docs/
|
| /junit.xml
| partials/structure/stylesheet.html
|
| # Hugo
| .hugo_build.lock
| resources/_gen/
|
| # Build
| .wireit
| .favorites.json
| *.code-workspace
|
|