Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to exclude .ide directory in gitignore

# Ignore the node_modules directory
node_modules/

# Ignore Logs
logs
*.log

# Ignore the build directory
/dist

# The file containing environment variables 
.env

# Ignore IDE specific files
.idea/
.vscode/
*.sw*
Source by linuxize.com #
 
PREVIOUS NEXT
Tagged: #exclude #directory #gitignore
ADD COMMENT
Topic
Name
7+2 =