# Ignore docs files
_gh_pages
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.~lock*
.~lock*

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules
Project-Note-PAUL

# Ignore all logfiles and tempfiles.
!/log/.keep
/tmp
/.gems

random-code-1.js
random-code-2.js
random-code-3.js
random-code-4.js
performance-1.js


#ignore file name ending in "-bkp.js" OR "-bkp.ts"  OR "-bkp.py"  OR "-test.js" OR "-test.ts" OR "-test.py" in its name. So I will have to put "-test.js" at all files that is just for my development-time random testing code .
**/*-bkp.js
**/*-bkp.ts
**/*-bkp.py
**/*-test.js
**/*-test.ts
**/*-test.py