forked from FusionAuth/fusionauth-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (42 loc) · 979 Bytes
/
.gitignore
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
52
53
54
55
56
.DS_Store
.env*
.jekyll-metadata
.jekyll-cache
.sass-cache
_site
build
fusionauth-site.iws
httpRequests
*.swp
.savant/cache
# Daniel doesn't like any of the new format files and my ide keeps creating them
.idea
.ideaDataSources
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# File-based project format
*.iws
# IntelliJ
out/
# Editor-based Rest Client
.idea/httpRequests
# Generated SVGs
assets/img/diagrams
site/assets/img/diagrams
# Generated releases.xml file
site/docs/v1/tech/releases.xml
.shelf
# these are used by the github action but we want to ignore when checking to see if we have anything not checked in
.bundle
vendor
# Node for Tailwind CSS
node_modules
# VS Code
.vscode/
*.code-workspace
.savant/cache
astro/.astro
# Local .terraform directories
**/.terraform/*
**/terraform/builds/*