-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (53 loc) · 1.55 KB
/
.gitignore
File metadata and controls
71 lines (53 loc) · 1.55 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
.DS_Store
Thumbs.db
# Ignore Gemfile.lock, but not Gemfile
Gemfile.lock
# Ignore bundler config, but not .bundle directory
/.bundle/config
# Ignore Mac system files
.DS_Store
# Ignore Windows system files
Thumbs.db
# Ignore Linux system files
*~
# Ignore temporary files created by editors
*~
*.swp
# Ignore temporary files created by vim
*.swp
# Ignore temporary files created by emacs
*~
# Ignore temporary files created by IntelliJ IDEA
.idea/
# Ignore temporary files created by Visual Studio Code
.vscode/
# Ignore temporary files created by NetBeans IDE
nbproject/private/
# Ignore temporary files created by Eclipse IDE
.settings/
.metadata/
.classpath
.project
# Ignore temporary files created by Xcode IDE
xcuserdata/
# Ignore temporary files created by Android Studio IDE
.idea/
.gradle/
local.properties
# Ignore temporary files created by JetBrains IDEs (e.g. IntelliJ IDEA, PyCharm)
.idea/
# Additional Ruby/bundler ignore for when you run: bundle install
/vendor
# Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# counterproductive to check this file into the repository.
# Details at https://github.com/github/pages-gem/issues/768
Gemfile.lock