Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Untrack files that Git should ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Nov 7, 2020
1 parent a17ca68 commit 4c909a9
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# Editors
project.xml
project.properties
/nbproject/private/
.buildpath
.project
.settings*
.idea
*.sublime-project
*.sublime-workspace
.sublimelinterrc

# Sass
.sass-cache/

# OS X metadata
.DS_Store

# Windows junk
Thumbs.db

# ApiGen
/wc-apidocs/

# Behat/CLI Tests
tests/cli/installer
tests/cli/composer.phar
tests/cli/composer.lock
tests/cli/composer.json
tests/cli/vendor

# Unit tests
/tmp
/tests/bin/tmp
/tests/e2e-tests/config/local-*.json

# Logs
/logs

# Composer
/vendor/

# Compiled (Webpack)
/dist/

# ignore everything in the root except the "wp-content" directory.
!wp-content/

Expand All @@ -20,4 +65,4 @@ node_modules/
# ignore log files and databases
*.log
*.sql
*.sqlite
*.sqlite

0 comments on commit 4c909a9

Please sign in to comment.