Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/twbs/bootlint-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 16e3182b60e17bf738336b93c4b4e2bde3b96f37 (plain)
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
# Logs
logs/
*.log

# Runtime data
pids/
*.pid
*.seed

# Local bootstrap repository
/bootstrap/

# Cache
/.cache/

# Coverage
/.nyc_output/
/coverage/

# Bundler files and gems
/.bundle/
/vendor/

# npm packages
/node_modules/

# Vim generated files
*.swp
*.swo