-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (37 loc) · 829 Bytes
/
.gitignore
File metadata and controls
51 lines (37 loc) · 829 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
48
49
50
51
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Find more examples at https://github.com/github/gitignore
# Comment these if we are building js/Sass on the server
assets/dist/**/*
assets/temp/**/*
**/*.map
# CSS & Sass
# css/*.css
.sass-cache/
*.scssc
# Dependencies
# Bower dependencies directory. comment this line to commit them.
bower_modules/*
# Node modules directory. comment this line to commit them.
node_modules/*
logs
*.log
# Tooling
# Photobox visual regression testing
photobox/
# Generated test files
testing/
# Sublime Text project files
*.sublime-*
# Jekyll compilation directory
_site/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
assets/dist/
statix/dist/