Skip to content

Commit

Permalink
GitIgnore, EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Jul 6, 2021
1 parent 789e396 commit ab0639a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
indent_style = space
52 changes: 49 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig

# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,windows,linux,macos
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,windows,linux,macos

### VisualStudioCode ###
.vscode/*
Expand All @@ -12,6 +12,9 @@
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
Expand Down Expand Up @@ -43,7 +46,50 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode
### Linux ###
*~

# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# Linux trash folder which might appear on any partition or disk
.Trash-*

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,windows,linux,macos

# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

0 comments on commit ab0639a

Please sign in to comment.