summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b43bab3ae5afcc1dcd7af6b1d57d59a0de25e16f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ignore bundler config
/.bundle

# Ignore the build directory
/build

# Ignore cache
/.sass-cache
/.cache

# Ignore .DS_store file
.DS_Store

# Ignore node modules
/node_modules

# PaaS authentication file
Staticfile.auth

# Ignore VSCode files
*.code-workspace