Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wp gitignore

# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
#     https://www.atlassian.com/git/tutorials/saving-changes/gitignore

# Node artifact files
node_modules/
dist/

# Compiled Java class files
*.class

# Compiled Python bytecode
*.py[cod]

# Log files
*.log

# Package files
*.jar

# Maven
target/
dist/

# JetBrains IDE
.idea/

# Unit test reports
TEST*.xml

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

/wp-content/uploads
/wp-content/ai1wm-backups
/wp-config.php
*.DS_Store
Comment

PREVIOUS NEXT
Code Example
Shell :: reload fstab 
Shell :: install docker on windows powershell 
Shell :: install flask in venv 
Shell :: check files that was changed in a particular git commit 
Shell :: sudo shutdown 
Shell :: installing deb 
Shell :: how to run appimage on linux mint 
Shell :: how to install homebrew on macos 
Shell :: Push a New Branch To Remote Repository in git command 
Shell :: install Fdisk 
Shell :: TinyMCE vuejs 
Shell :: linux checksum file 
Shell :: bash size file 
Shell :: bash for loop multiple commands one line 
Shell :: how to see the size of /var 
Shell :: xampp ubuntu 
Shell :: how to change permissions for only the root 
Shell :: readme style 
Shell :: bash script copy array 
Shell :: brew install docker 
Shell :: docker /bin/sh: apt-get: not found 
Shell :: qemu convert qcow2 to vmdk 
Shell :: find and kill process 
Shell :: grep exclude file extension 
Shell :: su: failed to execute /bin/bash: Resource temporarily unavailable 
Shell :: install postman desktop ubuntu 
Shell :: git checkout branch and update submodules 
Shell :: ailure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user] 
Shell :: warning: LF will be replaced by CRLF 
Shell :: how to read from keyboard in bash and store in a variable 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =