mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-12 16:48:37 +00:00
gitignore
This commit is contained in:
76
.gitignore
vendored
Normal file
76
.gitignore
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
# ignore file
|
||||
#
|
||||
|
||||
!.gitignore
|
||||
|
||||
#
|
||||
# OS specific
|
||||
#
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
|
||||
|
||||
#
|
||||
# Editors / debuggers / other output files
|
||||
#
|
||||
*~
|
||||
*.bak
|
||||
*.orig
|
||||
*.patch
|
||||
*.diff
|
||||
callgrind.out.*
|
||||
|
||||
#
|
||||
# Git stuff
|
||||
#
|
||||
# stgit directories
|
||||
patches-*
|
||||
.git/
|
||||
*.rej
|
||||
|
||||
|
||||
#
|
||||
# IDE & other softwares
|
||||
#
|
||||
/.settings/
|
||||
/.externalToolBuilders/*
|
||||
# exclude in all levels
|
||||
nbproject/private/
|
||||
*.ffs_db
|
||||
|
||||
#
|
||||
# Eclipse
|
||||
#
|
||||
*.pydevproject
|
||||
.metadata
|
||||
.gradle
|
||||
tmp/
|
||||
*.tmp
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
/node_modules
|
||||
/npm-debug.*
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# CDT-specific
|
||||
.cproject
|
||||
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
# TeXlipse plugin
|
||||
.texlipse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user