Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed May 21, 2018
1 parent 8c07b90 commit c9e2db7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 76 deletions.
58 changes: 18 additions & 40 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,34 @@
######################### Common configuration #########################
### Dev template
.env
.php_cs.cache
*.log

### Packages managers
node_modules/*
platforms/*
plugins/*
vendor/*

### JetBrains template
.idea/
*.sublime-project
*.sublime-workspace

### Linux template
### OS
*~
# 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-*

### Windows template
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
*.sw[mnpcod]
*.log
*.lock
*.tmp
*.tmp.*
log.txt
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk

### OSX template
.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
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
.Trash-*
Desktop.ini
Thumbs.db
UserInterfaceState.xcuserstate
36 changes: 0 additions & 36 deletions docs-en/applications.rst

This file was deleted.

0 comments on commit c9e2db7

Please sign in to comment.